Searched refs:prepareRebootEscrow (Results 1 – 6 of 6) sorted by relevance
401 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 …]
140 public abstract boolean prepareRebootEscrow(); in prepareRebootEscrow() method in LockSettingsInternal
98 doReturn(true).when(mLockSettingsInternal).prepareRebootEscrow(); in setup()306 doReturn(false).when(mLockSettingsInternal).prepareRebootEscrow(); in requestLskf_lockSettingsError()
996 boolean prepareRebootEscrow() { in prepareRebootEscrow() method in RebootEscrowManager
3753 public boolean prepareRebootEscrow() {3754 if (!mRebootEscrowManager.prepareRebootEscrow()) {
641 if (!lockSettings.prepareRebootEscrow()) { in requestLskf()