/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 | 784 final StandardWifiEntryKey entryKey = in updateStandardWifiEntryScans() local 996 final StandardWifiEntryKey entryKey = in updateKnownNetworkEntryScans() local 1273 final StandardWifiEntryKey entryKey = new StandardWifiEntryKey(matchingConfigs.get(0)); in conditionallyCreateConnectedNetworkRequestEntry() local 1302 final StandardWifiEntryKey entryKey = in conditionallyCreateConnectedStandardWifiEntry() local 1331 final StandardWifiEntryKey entryKey = in conditionallyCreateConnectedSuggestedWifiEntry() local
|
D | HotspotNetworkDetailsTracker.java | 89 HotspotNetworkEntryKey entryKey = new HotspotNetworkEntryKey(key); in HotspotNetworkDetailsTracker() local
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
D | NotificationRemoteInputManager.java | 784 public boolean isSpinning(String entryKey) { in isSpinning() 902 void releaseNotificationIfKeptForRemoteInputHistory(@NonNull String entryKey); in releaseNotificationIfKeptForRemoteInputHistory()
|
/frameworks/base/packages/CredentialManager/src/com/android/credentialmanager/ |
D | CredentialSelectorViewModel.kt | 400 val entryKey = selectedEntry.entryKey in createFlowOnEntrySelected() constant
|
/frameworks/base/services/core/java/com/android/server/notification/ |
D | ShortcutHelper.java | 217 String entryKey = packageBubbles.get(pkgShortcutId); in maybeListenForShortcutChangesForBubbles() local
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/coordinator/ |
D | VisualStabilityCoordinator.java | 507 final String entryKey = entry.getKey(); in temporarilyAllowSectionChanges() local
|
D | HeadsUpCoordinator.kt | 672 val entryKey = entry.key in <lambda>() constant
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/headsup/ |
D | HeadsUpManagerImpl.java | 1098 public void setExpanded(@NonNull String entryKey, @NonNull ExpandableNotificationRow row, in setExpanded() 1129 public void setUserActionMayIndirectlyRemove(@NonNull String entryKey) { in setUserActionMayIndirectlyRemove()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/ |
D | AmbientState.java | 699 public boolean isPulsing(String entryKey) { in isPulsing()
|
/frameworks/opt/net/wifi/libs/WifiTrackerLib/tests/src/com/android/wifitrackerlib/ |
D | StandardWifiEntryTest.java | 1605 final StandardWifiEntryKey entryKey = new StandardWifiEntryKey( in testStandardWifiEntryKey_toAndFromJson_matches() local
|