Home
last modified time | relevance | path

Searched refs:entryKey (Results 1 – 25 of 32) sorted by relevance

12

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DRemoteInputControllerLogger.kt33 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/
DProviderGetSession.java296 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 …]
DProviderCreateSession.java225 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()
DProviderRegistryGetSession.java200 protected void onUiEntrySelected(String entryType, String entryKey, in onUiEntrySelected() argument
204 CredentialEntry credentialEntry = mUiCredentialEntries.get(entryKey); in onUiEntrySelected()
/frameworks/base/core/java/android/credentials/selection/
DUserSelectionDialogResult.java74 @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()
DUserSelectionResult.java84 @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/
DRemoteEntryInfo.kt25 entryKey: String,
31 entryKey,
DActionEntryInfo.kt26 entryKey: String,
35 entryKey,
DAuthenticationEntryInfo.kt26 entryKey: String,
40 entryKey, entrySubkey,
DCredentialEntryInfo.kt29 entryKey: String,
56 entryKey,
/frameworks/base/packages/CredentialManager/shared/src/com/android/credentialmanager/model/creation/
DRemoteInfo.kt25 entryKey: String,
31 entryKey,
DCreateOptionInfo.kt28 entryKey: String,
43 entryKey,
/frameworks/opt/net/wifi/libs/WifiTrackerLib/src/com/android/wifitrackerlib/
DWifiPickerTracker.java770 final StandardWifiEntryKey entryKey = in updateStandardWifiEntryScans() local
773 mMainHandler, entryKey, mStandardWifiConfigCache.get(entryKey), in updateStandardWifiEntryScans()
811 final StandardWifiEntryKey entryKey = entry.getStandardWifiEntryKey(); in updateSuggestedWifiEntryScans()
812 seenEntryKeys.add(entryKey); in updateSuggestedWifiEntryScans()
814 entry.updateScanResultInfo(scanResultsByKey.get(entryKey.getScanResultKey())); in updateSuggestedWifiEntryScans()
815 entry.setUserShareable(userSharedEntryKeys.contains(entryKey)); in updateSuggestedWifiEntryScans()
818 for (StandardWifiEntryKey entryKey : mSuggestedConfigCache.keySet()) { in updateSuggestedWifiEntryScans()
819 final ScanResultKey scanKey = entryKey.getScanResultKey(); in updateSuggestedWifiEntryScans()
820 if (seenEntryKeys.contains(entryKey) in updateSuggestedWifiEntryScans()
825 mMainHandler, entryKey, mSuggestedConfigCache.get(entryKey), in updateSuggestedWifiEntryScans()
[all …]
DHotspotNetworkDetailsTracker.java85 HotspotNetworkEntryKey entryKey = new HotspotNetworkEntryKey(key); in HotspotNetworkDetailsTracker() local
86 if (entryKey.isVirtualEntry()) { in HotspotNetworkDetailsTracker()
90 mSharedConnectivityManager, entryKey); in HotspotNetworkDetailsTracker()
/frameworks/base/services/credentials/java/com/android/server/credentials/metrics/
DProviderSessionMetric.java250 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/coordinator/
DVisualStabilityCoordinator.java267 final String entryKey = entry.getKey(); in temporarilyAllowSectionChanges() local
272 if (mEntriesThatCanChangeSection.containsKey(entryKey)) { in temporarilyAllowSectionChanges()
273 mEntriesThatCanChangeSection.get(entryKey).run(); in temporarilyAllowSectionChanges()
278 entryKey, in temporarilyAllowSectionChanges()
280 () -> mEntriesThatCanChangeSection.remove(entryKey), in temporarilyAllowSectionChanges()
/frameworks/base/packages/CredentialManager/shared/src/com/android/credentialmanager/ktx/
DCredentialKtx.kt128 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/services/tests/servicestests/src/com/android/server/credentials/
DProviderRegistryGetSessionTest.java238 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/wear/robotests/src/com/android/credentialmanager/
DCredentialSelectorUiStateGetMapperTest.kt45 entryKey = "",
57 entryKey = "",
182 entryKey = "",
/frameworks/base/packages/CredentialManager/src/com/android/credentialmanager/
DCredentialSelectorViewModel.kt190 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()
DCredentialManagerRepo.kt207 entryKey: String, in onOptionSelected()
215 entryKey, in onOptionSelected()
/frameworks/base/packages/CredentialManager/shared/src/com/android/credentialmanager/model/
DEntryInfo.kt24 val entryKey: String, constant in com.android.credentialmanager.model.EntryInfo
/frameworks/base/services/core/java/com/android/server/notification/
DShortcutHelper.java273 String entryKey = packageBubbles.get(pkgShortcutId); in maybeListenForShortcutChangesForBubbles() local
274 if (r.getKey().equals(entryKey)) { in maybeListenForShortcutChangesForBubbles()
/frameworks/base/packages/CredentialManager/shared/src/com/android/credentialmanager/client/impl/
DCredentialManagerClientImpl.kt104 entryInfo.entryKey, in <lambda>()
/frameworks/base/packages/CredentialManager/tests/robotests/screenshot/src/com/android/credentialmanager/
DGetCredScreenshotTest.kt138 entryKey = "key1", in buildProviderInfoList()

12