Home
last modified time | relevance | path

Searched defs:actions (Results 1 – 24 of 24) 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
338 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/hostsidetests/securitybulletin/test-apps/CVE-2023-35676/src/android/security/cts/CVE_2023_35676/
DContentSuggestionsService.java61 ArrayList<Notification.Action> actions = new ArrayList<>(); in onSuggestContentSelections() local
/cts/hostsidetests/securitybulletin/test-apps/CVE-2023-35676/src/android/security/cts/CVE_2023_35676/com/google/android/apps/miphone/aiai/matchnaker/overview/api/generatedv2/
DSuggestParcelables.java96 public ArrayList actions; field in SuggestParcelables.Entity
/cts/common/device-side/bedstead/testapp/src/library/main/proto/
Dtestapp_protos.proto50 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/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.java290 final List<RemoteAction> actions = new ArrayList<>(numberOfCustomActions); in onCreate() local
/cts/tests/tests/content/src/android/content/cts/
DIntentFilterTest.java1684 Match(String[] actions, String[] categories, String[] mimeTypes, String[] schemes, in Match()
1715 Match(String[] actions, String[] categories, String[] mimeTypes, String[] schemes, in Match()
1725 Match(String[] actions, String[] categories, String[] mimeTypes, String[] schemes, in Match()
1765 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/notification/src/android/app/notification/current/cts/
DWearableExtenderTest.java127 List<Action> actions = new ArrayList<>(); in testWearableExtenderActions() local
/cts/tests/tests/view/src/android/view/cts/
DViewUnbufferedTest.java189 private void sendPointerEvents(int x, int y, int[] actions, int source) { in sendPointerEvents()
DMotionEventTest.java928 final int[] actions = { in testActionToString() 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/apps/CtsVerifier/src/com/android/cts/verifier/
DManifestTestListAdapter.java474 private boolean hasAllActions(String[] actions) { in hasAllActions()
/cts/tests/accessibilityservice/src/android/accessibilityservice/cts/
DAccessibilityWindowQueryTest.java488 List<AccessibilityAction> actions = button.getActionList(); in testPerformCustomAction() local
/cts/tests/tests/sharesheet/src/android/sharesheet/cts/
DCtsSharesheetDeviceTest.java830 ChooserAction[] actions = new ChooserAction[]{ in testCustomAction() local