Home
last modified time | relevance | path

Searched defs:interactions (Results 1 – 9 of 9) sorted by relevance

/packages/apps/Messaging/src/com/android/messaging/ui/
DSnackBarManager.java317 final List<SnackBarInteraction> interactions = snackBar.getInteractions(); in animateInteractionsOnShow() local
329 final List<SnackBarInteraction> interactions = snackBar.getInteractions(); in animateInteractionsOnDismiss() local
DSnackBar.java167 public Builder withInteractions(final List<SnackBarInteraction> interactions) { in withInteractions()
/packages/apps/Messaging/src/com/android/messaging/util/
DUiUtils.java117 @Nullable final List<SnackBarInteraction> interactions) { in showSnackBar()
139 @Nullable final List<SnackBarInteraction> interactions, in showSnackBarWithCustomAction()
/packages/modules/NetworkStack/tests/unit/src/com/android/server/connectivity/
DNetworkMonitorTest.java3712 private void verifyProbeStatusChangedPrivateDnsCompleteAndSucceeded(int interactions) in verifyProbeStatusChangedPrivateDnsCompleteAndSucceeded()
3718 private void verifyProbeStatusChangedPrivateDnsCompleteAndHttpsSucceeded(int interactions) in verifyProbeStatusChangedPrivateDnsCompleteAndHttpsSucceeded()
3726 private void verifyNetworkTestedInvalidFromHttps(int interactions) throws Exception { in verifyNetworkTestedInvalidFromHttps()
3732 private void verifyNetworkTestedPortal(String redirectUrl, int interactions) throws Exception { in verifyNetworkTestedPortal()
3737 private void verifyNetworkTestedValidFromHttps(int interactions) throws Exception { in verifyNetworkTestedValidFromHttps()
3743 private void verifyNetworkTestedValidFromPrivateDns(int interactions) throws Exception { in verifyNetworkTestedValidFromPrivateDns()
3747 private void verifyNetworkTested(int testResult, int probesSucceeded, int interactions) in verifyNetworkTested()
3753 int interactions) throws RemoteException { in verifyNetworkTested()
/packages/apps/Messaging/src/com/android/messaging/ui/conversationlist/
DAbstractConversationListActivity.java319 @Nullable List<SnackBarInteraction> interactions) { in UpdateDestinationBlockedActionSnackBar()
DConversationListFragment.java386 final List<SnackBarInteraction> interactions = new ArrayList<SnackBarInteraction>(1); in getSnackBarInteractions() local
/packages/modules/AdServices/adservices/tests/unittest/service-core/appsearch/src/com/android/adservices/service/appsearch/
DAppSearchConsentWorkerTest.java620 int interactions = ConsentManager.MANUAL_INTERACTIONS_RECORDED; in testRecordUserManualInteractionWithConsent_failure() local
639 int interactions = ConsentManager.MANUAL_INTERACTIONS_RECORDED; in testRecordUserManualInteractionWithConsent_failure_timeout() local
660 int interactions = ConsentManager.MANUAL_INTERACTIONS_RECORDED; in testRecordUserManualInteractionWithConsent() local
/packages/services/Car/tests/OemCarServiceTestApp/src/com/android/car/oem/focus/
DFocusInteraction.java378 ArrayMap<AudioAttributes, Integer> interactions = in FocusInteraction() local
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/data/adselection/
DAdSelectionEntryDao.java944 List<DBRegisteredAdInteraction> interactions = in safelyInsertRegisteredAdInteractionsForDestination() local