/aosp14/frameworks/base/core/java/android/credentials/ui/ |
H A D | UserSelectionDialogResult.java | 64 @NonNull String entryKey, @NonNull String entrySubkey) { in UserSelectionDialogResult() 73 @NonNull String entryKey, @NonNull String entrySubkey, in UserSelectionDialogResult() 109 String entryKey = in.readString8(); in UserSelectionDialogResult() local
|
/aosp14/frameworks/base/services/credentials/java/com/android/server/credentials/ |
H A D | ProviderGetSession.java | 250 protected void onUiEntrySelected(String entryType, String entryKey, in onUiEntrySelected() 672 public Action getAuthenticationAction(String entryKey) { in getAuthenticationAction() 678 public Action getActionEntry(String entryKey) { in getActionEntry() 684 public RemoteEntry getRemoteEntry(String entryKey) { in getRemoteEntry() 690 public CredentialEntry getCredentialEntry(String entryKey) { in getCredentialEntry() 695 public void updateAuthEntryWithNoCredentialsReceived(@Nullable String entryKey) { in updateAuthEntryWithNoCredentialsReceived() 705 private void updateMostRecentAuthEntry(String entryKey) { in updateMostRecentAuthEntry()
|
H A D | ProviderCreateSession.java | 224 public void onUiEntrySelected(String entryType, String entryKey, in onUiEntrySelected() 398 public RemoteEntry getRemoteEntry(String entryKey) { in getRemoteEntry() 406 public CreateEntry getCreateEntry(String entryKey) { in getCreateEntry()
|
H A D | ProviderRegistryGetSession.java | 199 protected void onUiEntrySelected(String entryType, String entryKey, in onUiEntrySelected()
|
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/credentials/ |
H A 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
|
/ohos5.0/foundation/distributeddatamgr/pasteboard/services/dialog/PasteboardDialog/entry/src/main/resources/rawfile/searchConfig/ |
H A D | searchPage.json | 9 "entryKey": "cross_device_clipboard_entry", string
|
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/application/entry/src/main/resources/rawfile/searchConfig/ |
H A D | searchPage.json | 9 "entryKey": "continue_entry", string
|
/aosp14/frameworks/base/services/core/java/com/android/server/notification/ |
H A D | ShortcutHelper.java | 273 String entryKey = packageBubbles.get(pkgShortcutId); in maybeListenForShortcutChangesForBubbles() local
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/coordinator/ |
H A D | VisualStabilityCoordinator.java | 241 final String entryKey = entry.getKey(); in temporarilyAllowSectionChanges() local
|
H A D | HeadsUpCoordinator.kt | 471 val entryKey = entry.key regex
|
/aosp14/frameworks/base/packages/CredentialManager/src/com/android/credentialmanager/ |
H A D | CredentialSelectorViewModel.kt | 368 val entryKey = selectedEntry.entryKey regex
|
/ohos5.0/foundation/deviceprofile/device_info_manager/old/services/core/src/subscribemanager/ |
H A D | profile_change_handler.cpp | 50 std::unique_ptr<ProfileKey> ProfileKey::Parse(const std::string& entryKey) in Parse()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
H A D | NotificationRemoteInputManager.java | 638 public boolean isSpinning(String entryKey) { in isSpinning()
|