Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/app/
H A DSystemServiceRegistry.java1012 registerService(Context.OEM_LOCK_SERVICE, OemLockManager.class, in registerService()
/aosp14/frameworks/base/core/java/android/content/
H A DContext.java5856 public static final String OEM_LOCK_SERVICE = "oem_lock"; field in Context