Searched refs:prepareRebootEscrow (Results 1 – 6 of 6) sorted by relevance
359 mService.prepareRebootEscrow(); in prepareRebootEscrow_Success()372 mService.prepareRebootEscrow(); in prepareRebootEscrowServerBased_Success()383 mService.prepareRebootEscrow(); in prepareRebootEscrow_ClearCredentials_Success()405 mService.prepareRebootEscrow(); in armService_Success()429 mService.prepareRebootEscrow(); in armServiceServerBased_Success()450 mService.prepareRebootEscrow(); in armService_HalFailure_NonFatal()468 mService.prepareRebootEscrow(); in armService_MultipleUsers_Success()502 mService.prepareRebootEscrow(); in armService_RebootEscrowServiceException_Failure()525 mService.prepareRebootEscrow(); in loadRebootEscrowDataIfAvailable_Success()568 mService.prepareRebootEscrow(); in loadRebootEscrowDataIfAvailable_ServerBased_Success()[all …]
151 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()
949 boolean prepareRebootEscrow() { in prepareRebootEscrow() method in RebootEscrowManager
3517 public boolean prepareRebootEscrow() {3518 if (!mRebootEscrowManager.prepareRebootEscrow()) {
592 if (!lockSettings.prepareRebootEscrow()) { in requestLskf()