Home
last modified time | relevance | path

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

/frameworks/base/services/credentials/java/com/android/server/credentials/metrics/
DEntryEnum.java26 import static com.android.server.credentials.ProviderGetSession.CREDENTIAL_ENTRY_KEY;
56 new AbstractMap.SimpleEntry<>(CREDENTIAL_ENTRY_KEY,
/frameworks/base/services/tests/servicestests/src/com/android/server/credentials/
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()
/frameworks/base/services/credentials/java/com/android/server/credentials/
DProviderRegistryGetSession.java64 static final String CREDENTIAL_ENTRY_KEY = "credential_key"; field in ProviderRegistryGetSession
159 credentialUiEntries.add(new Entry(CREDENTIAL_ENTRY_KEY, entryId, in prepareUiCredentialEntries()
203 case CREDENTIAL_ENTRY_KEY: in onUiEntrySelected()
DProviderGetSession.java73 public static final String CREDENTIAL_ENTRY_KEY = "credential_key"; field in ProviderGetSession
301 case CREDENTIAL_ENTRY_KEY: in onUiEntrySelected()
616 Entry entry = new Entry(CREDENTIAL_ENTRY_KEY, in addCredentialEntry()