Home
last modified time | relevance | path

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

/cts/tests/app/src/android/app/cts/
DPictureInPictureParamsTest.java39 ArrayList<RemoteAction> actions = new ArrayList<>(); in testPictureInPictureParamsGetters() local
61 private void assertPictureInPictureParamsGettersMatchValues(List<RemoteAction> actions, in assertPictureInPictureParamsGettersMatchValues()
/cts/common/device-side/bedstead/queryable/src/main/java/com/android/queryable/queries/
DIntentFilterQuery.java36 SetQuery<E, String> actions(); in actions() method
DIntentFilterQueryHelper.java78 public SetQuery<E, String> actions() { in actions() method in IntentFilterQueryHelper
95 Set<String> actions = new HashSet<>(); in matches() local
/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
124 final List<DirectAction> actions = mSessionControl.getDirectActions(); in testCancelPerformedDirectAction() local
195 final ArrayList<DirectAction> actions = new ArrayList<>(); in getDirectActions() local
336 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/misc/src/android/media/misc/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/common/device-side/bedstead/queryable/src/test/java/com/android/queryable/queries/
DIntentFilterQueryHelperTest.java54 private static IntentFilter createIntentFilter(Set<String> actions, Set<String> categories) { in createIntentFilter()
/cts/common/device-side/bedstead/testapp/src/library/main/proto/
Dtestapp_protos.proto41 repeated string actions = 1; field
/cts/hostsidetests/ctsverifier/src/com/android/cts/verifier/
DCtsVerifierTest.java300 void requireActions(String... actions) throws Exception { in requireActions()
/cts/tests/tests/content/src/android/content/cts/
DIntentFilterTest.java1406 Match(String[] actions, String[] categories, String[] mimeTypes, String[] schemes, in Match()
1437 Match(String[] actions, String[] categories, String[] mimeTypes, String[] schemes, in Match()
1447 Match(String[] actions, String[] categories, String[] mimeTypes, String[] schemes, in Match()
1487 Match addActions(String[] actions) { in addActions()
/cts/tests/tests/voiceinteraction/testapp/src/android/voiceinteraction/testapp/
DDirectActionsActivity.java112 final ArrayList<DirectAction> actions = new ArrayList<>(); in onGetDirectActions() local
/cts/tests/framework/base/windowmanager/app/src/android/server/wm/app/
DPipActivity.java283 final List<RemoteAction> actions = new ArrayList<>(numberOfCustomActions); in onCreate() local
/cts/tests/tests/voiceinteraction/service/src/android/voiceinteraction/service/
DDirectActionsSession.java172 final ArrayList<DirectAction> actions = new ArrayList<>(); in getDirectActions() local
/cts/tests/tests/notification/src/android/app/notification/current/cts/
DWearableExtenderTest.java116 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.java884 final int[] actions = { in testActionToString() local
/cts/tests/accessibilityservice/src/android/accessibilityservice/cts/
DAccessibilityWindowQueryTest.java485 List<AccessibilityAction> actions = button.getActionList(); in testPerformCustomAction() local
/cts/apps/CtsVerifier/src/com/android/cts/verifier/
DManifestTestListAdapter.java453 private boolean hasAllActions(String[] actions) { in hasAllActions()
/cts/tests/tests/sharesheet/src/android/sharesheet/cts/
DCtsSharesheetDeviceTest.java819 ChooserAction[] actions = new ChooserAction[] { in testCustomAction() local
/cts/hostsidetests/statsdatom/apps/statsdapp/src/com/android/server/cts/device/statsdatom/
DAtomTests.java393 private static void performBleAction(BiConsumer<BluetoothAdapter, BluetoothLeScanner> actions) { in performBleAction()