Searched refs:wrapBlob (Results 1 – 4 of 4) sorted by relevance
436 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 …]
92 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()
185 byte[] serverEncryptedBlob = serviceConnection.wrapBlob(escrowKeyBytes, in wrapEscrowKey()
170 public byte[] wrapBlob(byte[] unwrappedBlob, long lifeTimeInMillis, in wrapBlob() method in ResumeOnRebootServiceProvider.ResumeOnRebootServiceConnection