Home
last modified time | relevance | path

Searched refs:PERSISTENT_DATA_BLOCK_SERVICE (Results 1 – 9 of 9) sorted by relevance

/frameworks/base/services/core/java/com/android/server/oemlock/
DPersistentDataBlockLock.java69 mContext.getSystemService(Context.PERSISTENT_DATA_BLOCK_SERVICE); in setOemUnlockAllowedByDevice()
76 mContext.getSystemService(Context.PERSISTENT_DATA_BLOCK_SERVICE); in isOemUnlockAllowedByDevice()
87 mContext.getSystemService(Context.PERSISTENT_DATA_BLOCK_SERVICE); in disallowUnlockIfNotUnlocked()
DOemLockService.java214 mContext.getSystemService(Context.PERSISTENT_DATA_BLOCK_SERVICE); in setPersistentDataBlockOemUnlockAllowedBit()
/frameworks/base/core/java/android/service/persistentdata/
DPersistentDataBlockManager.java50 @SystemService(Context.PERSISTENT_DATA_BLOCK_SERVICE)
/frameworks/base/core/java/android/app/
DKeyguardManager.java192 ServiceManager.getService(Context.PERSISTENT_DATA_BLOCK_SERVICE)); in createConfirmFactoryResetCredentialIntent()
DSystemServiceRegistry.java768 registerService(Context.PERSISTENT_DATA_BLOCK_SERVICE, PersistentDataBlockManager.class, in registerService() argument
772 IBinder b = ServiceManager.getServiceOrThrow(Context.PERSISTENT_DATA_BLOCK_SERVICE); in registerService()
/frameworks/base/services/core/java/com/android/server/
DPersistentDataBlockService.java128 publishBinderService(Context.PERSISTENT_DATA_BLOCK_SERVICE, mService); in onStart()
/frameworks/base/core/java/android/content/
DContext.java3927 public static final String PERSISTENT_DATA_BLOCK_SERVICE = "persistent_data_block"; field in Context
/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
DDevicePolicyManagerService.java5392 mContext.getSystemService(Context.PERSISTENT_DATA_BLOCK_SERVICE); in wipeDataNoLock()
/frameworks/base/api/
Dsystem-current.txt9499 …field public static final java.lang.String PERSISTENT_DATA_BLOCK_SERVICE = "persistent_data_block";