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 D | ProviderRegistryGetSessionTest.java | 207 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 D | EntryEnum.java | 26 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 D | ProviderRegistryGetSession.java | 63 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 D | ProviderGetSession.java | 72 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()
|