/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/ |
D | RemoteInputControllerLogger.kt | 33 entryKey: String, in logAddRemoteInput() 43 str1 = entryKey in logAddRemoteInput() 58 entryKey: String, in logRemoveRemoteInput() 70 str1 = entryKey in logRemoveRemoteInput() 86 fun logRemoteInputApplySkipped(entryKey: String, reason: String, notificationStyle: String) = in logRemoteInputApplySkipped() 91 str1 = entryKey in logRemoteInputApplySkipped()
|
/frameworks/base/services/credentials/java/com/android/server/credentials/ |
D | ProviderGetSession.java | 296 protected void onUiEntrySelected(String entryType, String entryKey, in onUiEntrySelected() argument 299 + entryKey); in onUiEntrySelected() 303 .getCredentialEntry(entryKey); in onUiEntrySelected() 312 Action actionEntry = mProviderResponseDataHandler.getActionEntry(entryKey); in onUiEntrySelected() 322 .getAuthenticationAction(entryKey); in onUiEntrySelected() 333 mProviderResponseDataHandler.removeAuthenticationAction(entryKey); in onUiEntrySelected() 341 .updateAuthEntryWithNoCredentialsReceived(entryKey); in onUiEntrySelected() 347 if (mProviderResponseDataHandler.getRemoteEntry(entryKey) != null) { in onUiEntrySelected() 722 public Action getAuthenticationAction(String entryKey) { in getAuthenticationAction() argument 723 return mUiAuthenticationEntries.get(entryKey) == null ? null : in getAuthenticationAction() [all …]
|
D | ProviderCreateSession.java | 225 public void onUiEntrySelected(String entryType, String entryKey, in onUiEntrySelected() argument 229 if (mProviderResponseDataHandler.getCreateEntry(entryKey) == null) { in onUiEntrySelected() 237 if (mProviderResponseDataHandler.getRemoteEntry(entryKey) == null) { in onUiEntrySelected() 399 public RemoteEntry getRemoteEntry(String entryKey) { in getRemoteEntry() argument 401 .first == null || !mUiRemoteEntry.first.equals(entryKey) in getRemoteEntry() 407 public CreateEntry getCreateEntry(String entryKey) { in getCreateEntry() argument 408 return mUiCreateEntries.get(entryKey) == null in getCreateEntry() 409 ? null : mUiCreateEntries.get(entryKey).first; in getCreateEntry()
|
/frameworks/base/core/java/android/credentials/selection/ |
D | UserSelectionDialogResult.java | 74 @NonNull String entryKey, @NonNull String entrySubkey) { in UserSelectionDialogResult() argument 77 mEntryKey = entryKey; in UserSelectionDialogResult() 83 @NonNull String entryKey, @NonNull String entrySubkey, in UserSelectionDialogResult() argument 87 mEntryKey = entryKey; in UserSelectionDialogResult() 119 String entryKey = in.readString8(); in UserSelectionDialogResult() local 124 mEntryKey = entryKey; in UserSelectionDialogResult()
|
D | UserSelectionResult.java | 84 @NonNull String entryKey, @NonNull String entrySubkey, in UserSelectionResult() argument 87 mEntryKey = Preconditions.checkStringNotEmpty(entryKey); in UserSelectionResult()
|
/frameworks/base/packages/CredentialManager/shared/src/com/android/credentialmanager/model/get/ |
D | RemoteEntryInfo.kt | 25 entryKey: String, 31 entryKey,
|
D | ActionEntryInfo.kt | 26 entryKey: String, 35 entryKey,
|
D | AuthenticationEntryInfo.kt | 26 entryKey: String, 40 entryKey, entrySubkey,
|
D | CredentialEntryInfo.kt | 29 entryKey: String, 56 entryKey,
|
/frameworks/base/packages/CredentialManager/shared/src/com/android/credentialmanager/model/creation/ |
D | RemoteInfo.kt | 25 entryKey: String, 31 entryKey,
|
D | CreateOptionInfo.kt | 28 entryKey: String, 43 entryKey,
|
/frameworks/opt/net/wifi/libs/WifiTrackerLib/src/com/android/wifitrackerlib/ |
D | WifiPickerTracker.java | 784 final StandardWifiEntryKey entryKey = in updateStandardWifiEntryScans() local 787 mMainHandler, entryKey, mStandardWifiConfigCache.get(entryKey), in updateStandardWifiEntryScans() 825 final StandardWifiEntryKey entryKey = entry.getStandardWifiEntryKey(); in updateSuggestedWifiEntryScans() 826 seenEntryKeys.add(entryKey); in updateSuggestedWifiEntryScans() 828 entry.updateScanResultInfo(scanResultsByKey.get(entryKey.getScanResultKey())); in updateSuggestedWifiEntryScans() 829 entry.setUserShareable(userSharedEntryKeys.contains(entryKey)); in updateSuggestedWifiEntryScans() 832 for (StandardWifiEntryKey entryKey : mSuggestedConfigCache.keySet()) { in updateSuggestedWifiEntryScans() 833 final ScanResultKey scanKey = entryKey.getScanResultKey(); in updateSuggestedWifiEntryScans() 834 if (seenEntryKeys.contains(entryKey) in updateSuggestedWifiEntryScans() 839 mMainHandler, entryKey, mSuggestedConfigCache.get(entryKey), in updateSuggestedWifiEntryScans() [all …]
|
D | HotspotNetworkDetailsTracker.java | 89 HotspotNetworkEntryKey entryKey = new HotspotNetworkEntryKey(key); in HotspotNetworkDetailsTracker() local 90 if (entryKey.isVirtualEntry()) { in HotspotNetworkDetailsTracker() 94 mSharedConnectivityManager, entryKey); in HotspotNetworkDetailsTracker()
|
/frameworks/base/services/credentials/java/com/android/server/credentials/metrics/ |
D | ProviderSessionMetric.java | 250 String entryKey = generateMetricKey(entry.getType(), DELTA_RESPONSES_CUT); in collectCandidateEntryMetrics() 251 responseCounts.put(entryKey, responseCounts.getOrDefault(entryKey, 0) + 1); in collectCandidateEntryMetrics() 304 String entryKey = generateMetricKey(entry.getType(), DELTA_RESPONSES_CUT); in beginGetCredentialResponseCollectionCandidateEntryMetrics() 305 responseCounts.put(entryKey, responseCounts.getOrDefault(entryKey, 0) + 1); in beginGetCredentialResponseCollectionCandidateEntryMetrics()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/provider/ |
D | NotificationDismissibilityProviderImpl.kt | 42 override fun isDismissable(entryKey: String): Boolean { in isDismissable() 43 return entryKey !in nonDismissableEntryKeys in isDismissable()
|
D | NotificationDismissibilityProvider.kt | 24 fun isDismissable(entryKey: String): Boolean
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/coordinator/ |
D | RemoteInputCoordinator.kt | 224 override fun releaseNotificationIfKeptForRemoteInputHistory(entryKey: String) { in releaseNotificationIfKeptForRemoteInputHistory() 228 entryKey, in releaseNotificationIfKeptForRemoteInputHistory() 232 entryKey, in releaseNotificationIfKeptForRemoteInputHistory() 237 entryKey, in releaseNotificationIfKeptForRemoteInputHistory()
|
D | VisualStabilityCoordinator.java | 507 final String entryKey = entry.getKey(); in temporarilyAllowSectionChanges() local 512 if (mEntriesThatCanChangeSection.containsKey(entryKey)) { in temporarilyAllowSectionChanges() 513 mEntriesThatCanChangeSection.get(entryKey).run(); in temporarilyAllowSectionChanges() 518 entryKey, in temporarilyAllowSectionChanges() 520 () -> mEntriesThatCanChangeSection.remove(entryKey), in temporarilyAllowSectionChanges()
|
/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 246 entryKey, providerPendingIntentResponse); in testOnUiEntrySelected_pendingIntentWithException_callbackWithGivenException() 271 String entryKey = providerData.getCredentialEntries().get(0).getSubkey(); in testOnUiEntrySelected_pendingIntentWithException_callbackWithCancelledException() local 278 entryKey, providerPendingIntentResponse); in testOnUiEntrySelected_pendingIntentWithException_callbackWithCancelledException() 304 String entryKey = providerData.getCredentialEntries().get(0).getSubkey(); in testOnUiEntrySelected_correctEntryKeyPendingIntentResponseExists_succeeds() local 310 entryKey, providerPendingIntentResponse); in testOnUiEntrySelected_correctEntryKeyPendingIntentResponseExists_succeeds()
|
/frameworks/base/packages/CredentialManager/shared/src/com/android/credentialmanager/ktx/ |
D | CredentialKtx.kt | 128 entryKey = it.key, in getCredentialOptionInfoList() 156 entryKey = it.key, in getCredentialOptionInfoList() 186 entryKey = it.key, in getCredentialOptionInfoList() 294 entryKey = entry.key, in getAuthenticationEntryList() 318 entryKey = remoteEntry.key, in getRemoteEntry() 339 entryKey = it.key, in getActionEntryList()
|
/frameworks/base/packages/CredentialManager/src/com/android/credentialmanager/ |
D | CredentialSelectorViewModel.kt | 190 entry.providerId, entry.entryKey, entry.entrySubkey, in onProviderActivityResult() 262 credManRepo.onOptionSelected(entry.providerId, entry.entryKey, entry.entrySubkey) in getFlowOnEntrySelected() 400 val entryKey = selectedEntry.entryKey in createFlowOnEntrySelected() constant 405 " {provider=$providerId, key=$entryKey, subkey=$entrySubkey" in createFlowOnEntrySelected() 424 entryKey, in createFlowOnEntrySelected()
|
/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/base/packages/CredentialManager/wear/robotests/src/com/android/credentialmanager/ |
D | CredentialSelectorUiStateGetMapperTest.kt | 45 entryKey = "", 57 entryKey = "", 218 entryKey = "",
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/headsup/ |
D | HeadsUpManager.kt | 206 fun setUserActionMayIndirectlyRemove(entryKey: String) in addHeadsUpPhoneListener() 334 override fun setUserActionMayIndirectlyRemove(entryKey: String) {} in onHeadsUpAnimatingAwayStateChanged()
|
/frameworks/base/services/core/java/com/android/server/notification/ |
D | ShortcutHelper.java | 217 String entryKey = packageBubbles.get(pkgShortcutId); in maybeListenForShortcutChangesForBubbles() local 218 if (r.getKey().equals(entryKey)) { in maybeListenForShortcutChangesForBubbles()
|