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