Home
last modified time | relevance | path

Searched defs:DEVICE_STATE_SERVICE (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/core/java/android/app/
H A DSystemServiceRegistry.java1477 registerService(Context.DEVICE_STATE_SERVICE, DeviceStateManager.class, in registerService()
/aosp14/frameworks/base/core/java/android/content/
H A DContext.java6266 public static final String DEVICE_STATE_SERVICE = "device_state"; field in Context