Home
last modified time | relevance | path

Searched defs:actions (Results 1 – 10 of 10) sorted by relevance

/cts/tests/tests/voiceinteraction/src/android/voiceinteraction/cts/
DDirectActionsTest.java60 final List<DirectAction> actions = mSessionControl.getDirectActions(); in testPerformDirectAction() local
85 final List<DirectAction> actions = mSessionControl.getDirectActions(); in testCancelPerformedDirectAction() local
172 final ArrayList<DirectAction> actions = new ArrayList<>(); in getDirectActions() local
331 private @NonNull DirectAction getExpectedDirectActionAssertively( in getExpectedDirectActionAssertively()
/cts/tests/tests/media/src/android/media/cts/
DPlaybackStateTest.java118 ArrayList<PlaybackState.CustomAction> actions = new ArrayList<>(); in testBuilder_addCustomAction() local
143 ArrayList<PlaybackState.CustomAction> actions = new ArrayList<>(); in testBuilder_addCustomActionWithCustomActionObject() local
/cts/tests/autofillservice/src/android/autofillservice/cts/
DCustomDescriptionUnitTest.java104 final SparseArray<InternalOnClickAction> actions = customDescription.getActions(); in testSetOnClickAction_thereCanBeOnlyOne() local
/cts/tests/tests/shortcutmanager/src/android/content/pm/cts/shortcutmanager/
DShortcutLaunchedActivity.java107 public static void setExpectedOrder(String[] actions) { in setExpectedOrder()
/cts/tests/tests/content/src/android/content/cts/
DIntentFilterTest.java898 Match(String[] actions, String[] categories, String[] mimeTypes, String[] schemes, in Match()
931 Match(String[] actions, String[] categories, String[] mimeTypes, String[] schemes, in Match()
941 Match(String[] actions, String[] categories, String[] mimeTypes, String[] schemes, in Match()
/cts/tests/tests/voiceinteraction/testapp/src/android/voiceinteraction/testapp/
DDirectActionsActivity.java94 final ArrayList<DirectAction> actions = new ArrayList<>(); in onGetDirectActions() local
/cts/tests/tests/voiceinteraction/service/src/android/voiceinteraction/service/
DDirectActionsSession.java135 final ArrayList<DirectAction> actions = new ArrayList<>(); in getDirectActions() local
/cts/tests/app/src/android/app/cts/
DWearableExtenderTest.java115 List<Action> actions = new ArrayList<>(); in testWearableExtenderActions() local
/cts/tests/accessibilityservice/src/android/accessibilityservice/cts/
DAccessibilityWindowQueryTest.java466 List<AccessibilityAction> actions = button.getActionList(); in testPerformCustomAction() local
/cts/tests/tests/view/src/android/view/cts/
DMotionEventTest.java818 final int[] actions = { in testActionToString() local