Searched refs:CREDENTIAL_ENTRY_KEY (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/services/credentials/java/com/android/server/credentials/metrics/ |
D | EntryEnum.java | 26 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/ |
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()
|
/frameworks/base/services/credentials/java/com/android/server/credentials/ |
D | ProviderRegistryGetSession.java | 64 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()
|
D | ProviderGetSession.java | 73 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()
|