/cts/common/device-side/bedstead/queryable/src/main/java/com/android/queryable/queries/ |
D | IntentFilterQueryHelper.java | 51 public SetQuery<E, String, StringQuery<?>> actions() { in actions() method in IntentFilterQueryHelper 62 Set<String> actions = new HashSet<>(); in matches() local
|
/cts/tests/tests/voiceinteraction/src/android/voiceinteraction/cts/ |
D | DirectActionsTest.java | 62 final List<DirectAction> actions = mSessionControl.getDirectActions(); in testPerformDirectAction() local 87 final List<DirectAction> actions = mSessionControl.getDirectActions(); in testCancelPerformedDirectAction() local 158 final ArrayList<DirectAction> actions = new ArrayList<>(); in getDirectActions() local 286 private @NonNull DirectAction getExpectedDirectActionAssertively( in getExpectedDirectActionAssertively()
|
/cts/hostsidetests/devicepolicy/app/DeviceOwner/src/com/android/cts/deviceowner/ |
D | UserActionCallback.java | 81 private UserActionCallback(Context context, String... actions) { in UserActionCallback() 105 String... actions) { in getCallbackForBroadcastActions()
|
/cts/tests/autofillservice/src/android/autofillservice/cts/unittests/ |
D | CustomDescriptionUnitTest.java | 104 final SparseArray<InternalOnClickAction> actions = customDescription.getActions(); in testSetOnClickAction_thereCanBeOnlyOne() local
|
/cts/tests/tests/media/src/android/media/cts/ |
D | PlaybackStateTest.java | 127 ArrayList<PlaybackState.CustomAction> actions = new ArrayList<>(); in testBuilder_addCustomAction() local 152 ArrayList<PlaybackState.CustomAction> actions = new ArrayList<>(); in testBuilder_addCustomActionWithCustomActionObject() local
|
/cts/common/device-side/bedstead/queryable/src/test/java/com/android/queryable/queries/ |
D | IntentFilterQueryHelperTest.java | 43 private static IntentFilter createIntentFilter(Set<String> actions, Set<String> categories) { in createIntentFilter()
|
/cts/tests/tests/shortcutmanager/src/android/content/pm/cts/shortcutmanager/ |
D | ShortcutLaunchedActivity.java | 107 public static void setExpectedOrder(String[] actions) { in setExpectedOrder()
|
/cts/common/device-side/bedstead/testapp/src/library/main/proto/ |
D | testapp_protos.proto | 38 repeated string actions = 1; field
|
/cts/tests/tests/voiceinteraction/testapp/src/android/voiceinteraction/testapp/ |
D | DirectActionsActivity.java | 99 final ArrayList<DirectAction> actions = new ArrayList<>(); in onGetDirectActions() local
|
/cts/tests/framework/base/windowmanager/app/src/android/server/wm/app/ |
D | PipActivity.java | 222 final List<RemoteAction> actions = new ArrayList<>(numberOfCustomActions); in onCreate() local
|
/cts/tests/tests/content/src/android/content/cts/ |
D | IntentFilterTest.java | 1388 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/ |
D | DirectActionsSession.java | 172 final ArrayList<DirectAction> actions = new ArrayList<>(); in getDirectActions() local
|
/cts/tests/app/src/android/app/cts/ |
D | WearableExtenderTest.java | 115 List<Action> actions = new ArrayList<>(); in testWearableExtenderActions() local
|
/cts/tests/tests/view/src/android/view/cts/ |
D | ViewUnbufferedTest.java | 179 private void sendPointerEvents(int x, int y, int[] actions, int source) { in sendPointerEvents()
|
D | MotionEventTest.java | 840 final int[] actions = { in testActionToString() local
|
/cts/tests/tests/systemui/PipTestApp/src/android/systemui/cts/tv/pip/ |
D | PipTestActivity.kt | 192 getParcelableArrayList<RemoteAction>(EXTRA_SET_CUSTOM_ACTIONS)?.let { actions -> in <lambda>() method
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/ |
D | ManifestTestListAdapter.java | 421 private boolean hasAllActions(String[] actions) { in hasAllActions()
|
/cts/hostsidetests/statsdatom/apps/statsdapp/src/com/android/server/cts/device/statsdatom/ |
D | AtomTests.java | 342 private static void performBleAction(BiConsumer<BluetoothAdapter, BluetoothLeScanner> actions) { in performBleAction()
|