/frameworks/base/core/java/android/credentials/selection/ |
D | UserSelectionDialogResult.java | 74 @NonNull String entryKey, @NonNull String entrySubkey) { in UserSelectionDialogResult() 83 @NonNull String entryKey, @NonNull String entrySubkey, in UserSelectionDialogResult() 119 String entryKey = in.readString8(); in UserSelectionDialogResult() local
|
D | UserSelectionResult.java | 84 @NonNull String entryKey, @NonNull String entrySubkey, in UserSelectionResult()
|
/frameworks/base/services/credentials/java/com/android/server/credentials/ |
D | ProviderGetSession.java | 296 protected void onUiEntrySelected(String entryType, String entryKey, in onUiEntrySelected() 722 public Action getAuthenticationAction(String entryKey) { in getAuthenticationAction() 728 public Action getActionEntry(String entryKey) { in getActionEntry() 734 public RemoteEntry getRemoteEntry(String entryKey) { in getRemoteEntry() 740 public CredentialEntry getCredentialEntry(String entryKey) { in getCredentialEntry() 745 public void updateAuthEntryWithNoCredentialsReceived(@Nullable String entryKey) { in updateAuthEntryWithNoCredentialsReceived() 755 private void updateMostRecentAuthEntry(String entryKey) { in updateMostRecentAuthEntry()
|
D | ProviderCreateSession.java | 225 public void onUiEntrySelected(String entryType, String entryKey, in onUiEntrySelected() 399 public RemoteEntry getRemoteEntry(String entryKey) { in getRemoteEntry() 407 public CreateEntry getCreateEntry(String entryKey) { in getCreateEntry()
|
D | ProviderRegistryGetSession.java | 200 protected void onUiEntrySelected(String entryType, String entryKey, in onUiEntrySelected()
|
/frameworks/base/services/tests/servicestests/src/com/android/server/credentials/ |
D | ProviderRegistryGetSessionTest.java | 238 String entryKey = providerData.getCredentialEntries().get(0).getSubkey(); in testOnUiEntrySelected_pendingIntentWithException_callbackWithGivenException() local 271 String entryKey = providerData.getCredentialEntries().get(0).getSubkey(); in testOnUiEntrySelected_pendingIntentWithException_callbackWithCancelledException() local 304 String entryKey = providerData.getCredentialEntries().get(0).getSubkey(); in testOnUiEntrySelected_correctEntryKeyPendingIntentResponseExists_succeeds() local
|
/frameworks/base/packages/CredentialManager/shared/src/com/android/credentialmanager/model/ |
D | EntryInfo.kt | 24 val entryKey: String, constant in com.android.credentialmanager.model.EntryInfo
|
/frameworks/opt/net/wifi/libs/WifiTrackerLib/src/com/android/wifitrackerlib/ |
D | WifiPickerTracker.java | 770 final StandardWifiEntryKey entryKey = in updateStandardWifiEntryScans() local 982 final StandardWifiEntryKey entryKey = in updateKnownNetworkEntryScans() local 1249 final StandardWifiEntryKey entryKey = new StandardWifiEntryKey(matchingConfigs.get(0)); in conditionallyCreateConnectedNetworkRequestEntry() local 1278 final StandardWifiEntryKey entryKey = in conditionallyCreateConnectedStandardWifiEntry() local 1307 final StandardWifiEntryKey entryKey = in conditionallyCreateConnectedSuggestedWifiEntry() local
|
D | HotspotNetworkDetailsTracker.java | 85 HotspotNetworkEntryKey entryKey = new HotspotNetworkEntryKey(key); in HotspotNetworkDetailsTracker() local
|
/frameworks/base/services/core/java/com/android/server/notification/ |
D | ShortcutHelper.java | 273 String entryKey = packageBubbles.get(pkgShortcutId); in maybeListenForShortcutChangesForBubbles() local
|
/frameworks/base/packages/CredentialManager/src/com/android/credentialmanager/ |
D | CredentialSelectorViewModel.kt | 400 val entryKey = selectedEntry.entryKey in createFlowOnEntrySelected() constant
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/coordinator/ |
D | VisualStabilityCoordinator.java | 267 final String entryKey = entry.getKey(); in temporarilyAllowSectionChanges() local
|
D | HeadsUpCoordinator.kt | 477 val entryKey = entry.key in <lambda>() constant
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
D | NotificationRemoteInputManager.java | 647 public boolean isSpinning(String entryKey) { in isSpinning()
|
/frameworks/opt/net/wifi/libs/WifiTrackerLib/tests/src/com/android/wifitrackerlib/ |
D | StandardWifiEntryTest.java | 1561 final StandardWifiEntryKey entryKey = new StandardWifiEntryKey( in testStandardWifiEntryKey_toAndFromJson_matches() local
|