Home
last modified time | relevance | path

Searched defs:actions (Results 1 – 21 of 21) 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()
DWearableExtenderTest.java115 List<Action> actions = new ArrayList<>(); in testWearableExtenderActions() local
/cts/common/device-side/bedstead/queryable/src/main/java/com/android/queryable/queries/
DIntentFilterQuery.java36 SetQuery<E, String, StringQuery<?>> actions(); in actions() method
DIntentFilterQueryHelper.java60 public SetQuery<E, String, StringQuery<?>> actions() { in actions() method in IntentFilterQueryHelper
71 Set<String> actions = new HashSet<>(); in matches() local
/cts/tests/tests/voiceinteraction/src/android/voiceinteraction/cts/
DDirectActionsTest.java62 final List<DirectAction> actions = mSessionControl.getDirectActions(); in testPerformDirectAction() local
104 final List<DirectAction> actions = mSessionControl.getDirectActions(); in testCancelPerformedDirectAction() local
175 final ArrayList<DirectAction> actions = new ArrayList<>(); in getDirectActions() local
310 private @NonNull DirectAction getExpectedDirectActionAssertively( in getExpectedDirectActionAssertively()
/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/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.java45 private static IntentFilter createIntentFilter(Set<String> actions, Set<String> categories) { in createIntentFilter()
/cts/common/device-side/bedstead/testapp/src/library/main/proto/
Dtestapp_protos.proto39 repeated string actions = 1; field
/cts/tests/tests/voiceinteraction/testapp/src/android/voiceinteraction/testapp/
DDirectActionsActivity.java104 final ArrayList<DirectAction> actions = new ArrayList<>(); in onGetDirectActions() local
/cts/tests/framework/base/windowmanager/app/src/android/server/wm/app/
DPipActivity.java271 final List<RemoteAction> actions = new ArrayList<>(numberOfCustomActions); in onCreate() local
/cts/tests/tests/content/src/android/content/cts/
DIntentFilterTest.java1404 Match(String[] actions, String[] categories, String[] mimeTypes, String[] schemes, in Match()
1435 Match(String[] actions, String[] categories, String[] mimeTypes, String[] schemes, in Match()
1445 Match(String[] actions, String[] categories, String[] mimeTypes, String[] schemes, in Match()
1485 Match addActions(String[] actions) { in addActions()
/cts/tests/tests/voiceinteraction/service/src/android/voiceinteraction/service/
DDirectActionsSession.java172 final ArrayList<DirectAction> actions = new ArrayList<>(); in getDirectActions() 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.java845 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.java351 private static void performBleAction(BiConsumer<BluetoothAdapter, BluetoothLeScanner> actions) { in performBleAction()