Home
last modified time | relevance | path

Searched refs:prepareRebootEscrow (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/
DRebootEscrowManagerTests.java401 mService.prepareRebootEscrow(); in prepareRebootEscrow_Success()
414 mService.prepareRebootEscrow(); in prepareRebootEscrowServerBased_Success()
425 mService.prepareRebootEscrow(); in prepareRebootEscrow_ClearCredentials_Success()
447 mService.prepareRebootEscrow(); in armService_Success()
471 mService.prepareRebootEscrow(); in armServiceServerBased_Success()
492 mService.prepareRebootEscrow(); in armService_HalFailure_NonFatal()
510 mService.prepareRebootEscrow(); in armService_MultipleUsers_Success()
544 mService.prepareRebootEscrow(); in armService_RebootEscrowServiceException_Failure()
567 mService.prepareRebootEscrow(); in loadRebootEscrowDataIfAvailable_Success()
608 mService.prepareRebootEscrow(); in loadRebootEscrowDataIfAvailable_noDataPrimaryUser_Failure()
[all …]
/frameworks/base/core/java/com/android/internal/widget/
DLockSettingsInternal.java140 public abstract boolean prepareRebootEscrow(); in prepareRebootEscrow() method in LockSettingsInternal
/frameworks/base/services/tests/servicestests/src/com/android/server/recoverysystem/
DRecoverySystemServiceTest.java98 doReturn(true).when(mLockSettingsInternal).prepareRebootEscrow(); in setup()
306 doReturn(false).when(mLockSettingsInternal).prepareRebootEscrow(); in requestLskf_lockSettingsError()
/frameworks/base/services/core/java/com/android/server/locksettings/
DRebootEscrowManager.java996 boolean prepareRebootEscrow() { in prepareRebootEscrow() method in RebootEscrowManager
DLockSettingsService.java3753 public boolean prepareRebootEscrow() {
3754 if (!mRebootEscrowManager.prepareRebootEscrow()) {
/frameworks/base/services/core/java/com/android/server/recoverysystem/
DRecoverySystemService.java641 if (!lockSettings.prepareRebootEscrow()) { in requestLskf()