xref: /aosp_15_r20/prebuilts/sdk/35/system-server/api/service-configinfrastructure.txt (revision 344a7f5ef16c479e7a7f54ee6567a9d112f9e72b)
1// Signature format: 2.0
2package com.android.server.deviceconfig {
3
4  public class DeviceConfigInit {
5  }
6
7  public static class DeviceConfigInit.Lifecycle extends com.android.server.SystemService {
8    ctor public DeviceConfigInit.Lifecycle(@NonNull android.content.Context);
9    method public void onStart();
10  }
11
12}
13
14