Searched refs:DEVICE_STATE_SERVICE (Results 1 – 5 of 5) sorted by relevance
39 @SystemService(Context.DEVICE_STATE_SERVICE)
56 IBinder b = ServiceManager.getService(Context.DEVICE_STATE_SERVICE); in getInstance()
138 publishBinderService(Context.DEVICE_STATE_SERVICE, mBinderService); in onStart()
5637 public static final String DEVICE_STATE_SERVICE = "device_state"; field in Context
1424 registerService(Context.DEVICE_STATE_SERVICE, DeviceStateManager.class, in registerService() argument