Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/credentials/
H A DProviderRegistryGetSessionTest.java226 final ArgumentCaptor<String> exceptionMessageCaptor = in testOnUiEntrySelected_pendingIntentWithException_callbackWithGivenException() local
250 exceptionTypeCaptor.capture(), exceptionMessageCaptor.capture()); in testOnUiEntrySelected_pendingIntentWithException_callbackWithGivenException()
254 assertThat(exceptionMessageCaptor.getValue()).isEqualTo(GET_CREDENTIAL_EXCEPTION_MESSAGE); in testOnUiEntrySelected_pendingIntentWithException_callbackWithGivenException()
261 final ArgumentCaptor<String> exceptionMessageCaptor = in testOnUiEntrySelected_pendingIntentWithException_callbackWithCancelledException() local
282 exceptionTypeCaptor.capture(), exceptionMessageCaptor.capture()); in testOnUiEntrySelected_pendingIntentWithException_callbackWithCancelledException()