Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/credentials/
H A DProviderRegistryGetSessionTest.java207 ProviderRegistryGetSession.CREDENTIAL_ENTRY_KEY, in testOnUiEntrySelected_wrongEntryKey_doesNothing()
216 ProviderRegistryGetSession.CREDENTIAL_ENTRY_KEY, in testOnUiEntrySelected_nullPendingIntentResponse_doesNothing()
217 ProviderRegistryGetSession.CREDENTIAL_ENTRY_KEY, null); in testOnUiEntrySelected_nullPendingIntentResponse_doesNothing()
245 ProviderRegistryGetSession.CREDENTIAL_ENTRY_KEY, in testOnUiEntrySelected_pendingIntentWithException_callbackWithGivenException()
277 ProviderRegistryGetSession.CREDENTIAL_ENTRY_KEY, in testOnUiEntrySelected_pendingIntentWithException_callbackWithCancelledException()
309 ProviderRegistryGetSession.CREDENTIAL_ENTRY_KEY, in testOnUiEntrySelected_correctEntryKeyPendingIntentResponseExists_succeeds()
/aosp14/frameworks/base/services/credentials/java/com/android/server/credentials/metrics/
H A DEntryEnum.java26 import static com.android.server.credentials.ProviderGetSession.CREDENTIAL_ENTRY_KEY;
56 new AbstractMap.SimpleEntry<>(CREDENTIAL_ENTRY_KEY,
/aosp14/frameworks/base/services/credentials/java/com/android/server/credentials/
H A DProviderRegistryGetSession.java63 static final String CREDENTIAL_ENTRY_KEY = "credential_key"; field in ProviderRegistryGetSession
158 credentialUiEntries.add(new Entry(CREDENTIAL_ENTRY_KEY, entryId, in prepareUiCredentialEntries()
202 case CREDENTIAL_ENTRY_KEY: in onUiEntrySelected()
H A DProviderGetSession.java72 public static final String CREDENTIAL_ENTRY_KEY = "credential_key"; field in ProviderGetSession
255 case CREDENTIAL_ENTRY_KEY: in onUiEntrySelected()
566 Entry entry = new Entry(CREDENTIAL_ENTRY_KEY, in addCredentialEntry()