Home
last modified time | relevance | path

Searched refs:wrapBlob (Results 1 – 4 of 4) sorted by relevance

/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/
H A DRebootEscrowManagerTests.java436 when(mServiceConnection.wrapBlob(any(), anyLong(), anyLong())) in armServiceServerBased_Success()
576 when(mServiceConnection.wrapBlob(any(), anyLong(), anyLong())) in loadRebootEscrowDataIfAvailable_ServerBased_Success()
620 when(mServiceConnection.wrapBlob(any(), anyLong(), anyLong())) in loadRebootEscrowDataIfAvailable_ServerBasedRemoteException_Failure()
665 when(mServiceConnection.wrapBlob(any(), anyLong(), anyLong())) in loadRebootEscrowDataIfAvailable_ServerBasedIoError_RetryFailure()
711 when(mServiceConnection.wrapBlob(any(), anyLong(), anyLong())) in loadRebootEscrowDataIfAvailable_ServerBased_RetrySuccess()
760 when(mServiceConnection.wrapBlob(any(), anyLong(), anyLong())) in loadRebootEscrowDataIfAvailable_serverBasedWaitForInternet_success()
813 when(mServiceConnection.wrapBlob(any(), anyLong(), anyLong())) in loadRebootEscrowDataIfAvailable_serverBasedWaitForInternetRemoteException_Failure()
868 when(mServiceConnection.wrapBlob(any(), anyLong(), anyLong())) in loadRebootEscrowDataIfAvailable_waitForInternet_networkUnavailable()
915 when(mServiceConnection.wrapBlob(any(), anyLong(), anyLong())) in loadRebootEscrowDataIfAvailable_waitForInternet_networkLost()
971 when(mServiceConnection.wrapBlob(any(), anyLong(), anyLong())) in loadRebootEscrowDataIfAvailable_waitForInternet_networkAvailableWithDelay()
[all …]
H A DRebootEscrowProviderServerBasedImplTests.java92 when(mServiceConnection.wrapBlob(any(), anyLong(), anyLong())).thenAnswer(mFakeEncryption); in getAndClearRebootEscrowKey_loopback_success()
108 when(mServiceConnection.wrapBlob(any(), anyLong(), anyLong())).thenAnswer(mFakeEncryption); in getAndClearRebootEscrowKey_WrongDecryptionMethod_failure()
132 when(mServiceConnection.wrapBlob(any(), anyLong(), anyLong())).thenAnswer(mFakeEncryption); in getAndClearRebootEscrowKey_ServiceConnectionException_failure()
/aosp14/frameworks/base/services/core/java/com/android/server/locksettings/
H A DRebootEscrowProviderServerBasedImpl.java185 byte[] serverEncryptedBlob = serviceConnection.wrapBlob(escrowKeyBytes, in wrapEscrowKey()
H A DResumeOnRebootServiceProvider.java170 public byte[] wrapBlob(byte[] unwrappedBlob, long lifeTimeInMillis, in wrapBlob() method in ResumeOnRebootServiceProvider.ResumeOnRebootServiceConnection