Home
last modified time | relevance | path

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

/cts/hostsidetests/devicepolicy/app/DeviceOwner/src/com/android/cts/deviceowner/
DUserActionCallback.java81 private UserActionCallback(Context context, String... actions) { in UserActionCallback()
105 String... actions) { in getCallbackForBroadcastActions()
/cts/tests/tests/voiceinteraction/src/android/voiceinteraction/cts/
DDirectActionsTest.java63 final List<DirectAction> actions = mSessionControl.getDirectActions(); in testPerformDirectAction() local
88 final List<DirectAction> actions = mSessionControl.getDirectActions(); in testCancelPerformedDirectAction() local
174 final ArrayList<DirectAction> actions = new ArrayList<>(); in getDirectActions() local
337 private @NonNull DirectAction getExpectedDirectActionAssertively( in getExpectedDirectActionAssertively()
/cts/tests/autofillservice/src/android/autofillservice/cts/unittests/
DCustomDescriptionUnitTest.java104 final SparseArray<InternalOnClickAction> actions = customDescription.getActions(); in testSetOnClickAction_thereCanBeOnlyOne() local
/cts/tests/tests/media/src/android/media/cts/
DPlaybackStateTest.java127 ArrayList<PlaybackState.CustomAction> actions = new ArrayList<>(); in testBuilder_addCustomAction() local
152 ArrayList<PlaybackState.CustomAction> actions = new ArrayList<>(); in testBuilder_addCustomActionWithCustomActionObject() local
/cts/tests/tests/shortcutmanager/src/android/content/pm/cts/shortcutmanager/
DShortcutLaunchedActivity.java107 public static void setExpectedOrder(String[] actions) { in setExpectedOrder()
/cts/tests/tests/voiceinteraction/testapp/src/android/voiceinteraction/testapp/
DDirectActionsActivity.java99 final ArrayList<DirectAction> actions = new ArrayList<>(); in onGetDirectActions() local
/cts/tests/framework/base/windowmanager/app/src/android/server/wm/app/
DPipActivity.java222 final List<RemoteAction> actions = new ArrayList<>(numberOfCustomActions); in onCreate() local
/cts/tests/tests/content/src/android/content/cts/
DIntentFilterTest.java1388 Match(String[] actions, String[] categories, String[] mimeTypes, String[] schemes, in Match()
1419 Match(String[] actions, String[] categories, String[] mimeTypes, String[] schemes, in Match()
1429 Match(String[] actions, String[] categories, String[] mimeTypes, String[] schemes, in Match()
1469 Match addActions(String[] actions) { in addActions()
/cts/tests/tests/voiceinteraction/service/src/android/voiceinteraction/service/
DDirectActionsSession.java141 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/tests/systemui/PipTestApp/src/android/systemui/cts/tv/pip/
DPipTestActivity.kt192 getParcelableArrayList<RemoteAction>(EXTRA_SET_CUSTOM_ACTIONS)?.let { actions -> in <lambda>() method
/cts/tests/tests/view/src/android/view/cts/
DViewUnbufferedTest.java179 private void sendPointerEvents(int x, int y, int[] actions, int source) { in sendPointerEvents()
DMotionEventTest.java821 final int[] actions = { in testActionToString() local
/cts/tests/accessibilityservice/src/android/accessibilityservice/cts/
DAccessibilityWindowQueryTest.java475 List<AccessibilityAction> actions = button.getActionList(); in testPerformCustomAction() local
/cts/apps/CtsVerifier/src/com/android/cts/verifier/
DManifestTestListAdapter.java427 private boolean hasAllActions(String[] actions) { in hasAllActions()
/cts/hostsidetests/statsdatom/apps/statsdapp/src/com/android/server/cts/device/statsdatom/
DAtomTests.java342 private static void performBleAction(BiConsumer<BluetoothAdapter, BluetoothLeScanner> actions) { in performBleAction()