Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/credentials/
H A 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()
/aosp14/frameworks/base/services/credentials/java/com/android/server/credentials/
H A DProviderClearSession.java132 protected void invokeSession() { in invokeSession() method in ProviderClearSession
H A DProviderSession.java295 protected abstract void invokeSession(); in invokeSession() method in ProviderSession
H A DCredentialManagerService.java645 providerSessions.forEach(ProviderSession::invokeSession); in invokeProviderSessions()
711 providerSessions.forEach(ProviderSession::invokeSession); in processCreateCredential()
956 providerSessions.forEach(ProviderSession::invokeSession); in clearCredentialState()
H A DProviderRegistryGetSession.java264 protected void invokeSession() { in invokeSession() method in ProviderRegistryGetSession
H A DProviderCreateSession.java250 protected void invokeSession() { in invokeSession() method in ProviderCreateSession
H A DProviderGetSession.java315 protected void invokeSession() { in invokeSession() method in ProviderGetSession