Home
last modified time | relevance | path

Searched refs:invokeSession (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/services/tests/servicestests/src/com/android/server/credentials/
DProviderRegistryGetSessionTest.java143 mProviderRegistryGetSession.invokeSession(); in testInvokeSession_existingProvider_setsResults()
176 mProviderRegistryGetSession.invokeSession(); in testPrepareUiData_invokeCalledSuccessfully_returnsCorrectData()
235 mProviderRegistryGetSession.invokeSession(); in testOnUiEntrySelected_pendingIntentWithException_callbackWithGivenException()
268 mProviderRegistryGetSession.invokeSession(); in testOnUiEntrySelected_pendingIntentWithException_callbackWithCancelledException()
297 mProviderRegistryGetSession.invokeSession(); in testOnUiEntrySelected_correctEntryKeyPendingIntentResponseExists_succeeds()
/frameworks/base/services/credentials/java/com/android/server/credentials/
DProviderClearSession.java133 protected void invokeSession() { in invokeSession() method in ProviderClearSession
DProviderSession.java296 protected abstract void invokeSession(); in invokeSession() method in ProviderSession
DProviderRegistryGetSession.java265 protected void invokeSession() { in invokeSession() method in ProviderRegistryGetSession
DCredentialManagerService.java714 providerSessions.forEach(ProviderSession::invokeSession); in invokeProviderSessions()
780 providerSessions.forEach(ProviderSession::invokeSession); in processCreateCredential()
1037 providerSessions.forEach(ProviderSession::invokeSession); in clearCredentialState()
DProviderCreateSession.java251 protected void invokeSession() { in invokeSession() method in ProviderCreateSession
DProviderGetSession.java361 protected void invokeSession() { in invokeSession() method in ProviderGetSession