Home
last modified time | relevance | path

Searched refs:ACTION (Results 1 – 16 of 16) sorted by relevance

/cts/hostsidetests/devicepolicy/app/ManagedProfile/src/com/android/cts/managedprofile/
DManagedProfileTest.java64 testIntentFilter.addAction(PrimaryUserActivity.ACTION); in testClearCrossProfileIntentFilters()
68 new Intent(PrimaryUserActivity.ACTION), /* flags = */ 0).size()); in testClearCrossProfileIntentFilters()
73 new Intent(PrimaryUserActivity.ACTION), /* flags = */ 0).isEmpty()); in testClearCrossProfileIntentFilters()
74 getActivity().startActivity(ManagedProfileActivity.ACTION); in testClearCrossProfileIntentFilters()
80 new Intent(PrimaryUserActivity.ACTION), /* flags = */ 0).size()); in testAddCrossProfileIntentFilter_primary()
83 testIntentFilter.addAction(PrimaryUserActivity.ACTION); in testAddCrossProfileIntentFilter_primary()
88 new Intent(PrimaryUserActivity.ACTION), /* flags = */ 0).size()); in testAddCrossProfileIntentFilter_primary()
89 getActivity().startActivity(PrimaryUserActivity.ACTION); in testAddCrossProfileIntentFilter_primary()
95 new Intent(AllUsersActivity.ACTION), /* flags = */ 0).size()); in testAddCrossProfileIntentFilter_all()
98 testIntentFilter.addAction(AllUsersActivity.ACTION); in testAddCrossProfileIntentFilter_all()
[all …]
DPrimaryUserTest.java56 new Intent(PrimaryUserActivity.ACTION), /* flags = */ 0).size()); in testAddCrossProfileIntentFilter_primary()
57 getActivity().startActivity(PrimaryUserActivity.ACTION); in testAddCrossProfileIntentFilter_primary()
63 new Intent(AllUsersActivity.ACTION), /* flags = */ 0).size()); in testAddCrossProfileIntentFilter_all()
71 new Intent(ManagedProfileActivity.ACTION), /* flags = */ 0).size()); in testAddCrossProfileIntentFilter_managed()
72 getActivity().startActivity(ManagedProfileActivity.ACTION); in testAddCrossProfileIntentFilter_managed()
DPrimaryUserFilterSetterActivity.java28 testIntentFilter.addAction(PrimaryUserActivity.ACTION); in onCreate()
33 testIntentFilter.addAction(ManagedProfileActivity.ACTION); in onCreate()
38 testIntentFilter.addAction(AllUsersActivity.ACTION); in onCreate()
DAllUsersActivity.java28 public static final String ACTION = field in AllUsersActivity
DManagedProfileActivity.java28 public static final String ACTION = field in ManagedProfileActivity
DPrimaryUserActivity.java29 public static final String ACTION = field in PrimaryUserActivity
/cts/tests/sensor/src/android/hardware/cts/helpers/sensoroperations/
DAlarmOperation.java44 private static final String ACTION = "AlarmOperationAction"; field in AlarmOperation
81 IntentFilter intentFilter = new IntentFilter(ACTION); in execute()
93 Intent intent = new Intent(ACTION); in execute()
/cts/tests/tests/content/src/android/content/cts/
DIntentFilterTest.java59 private static final String ACTION = "testAction"; field in IntentFilterTest
80 filter = new IntentFilter(ACTION); in testConstructor()
81 verifyContent(filter, ACTION, null); in testConstructor()
83 final IntentFilter actionTypeFilter = new IntentFilter(ACTION, DATA_TYPE); in testConstructor()
84 verifyContent(actionTypeFilter, ACTION, DATA_TYPE); in testConstructor()
87 verifyContent(filter, ACTION, DATA_TYPE); in testConstructor()
91 new IntentFilter(ACTION, dataType); in testConstructor()
258 IntentFilter filter = IntentFilter.create(ACTION, DATA_TYPE); in testCreate()
260 verifyContent(filter, ACTION, DATA_TYPE); in testCreate()
544 mIntentFilter.addAction(ACTION + i); in testActions()
[all …]
/cts/tools/dasm/src/java_cup/
Dsym.java30 static final int ACTION = 5; field in sym
Dlexer.java117 keywords.put("action", new Integer(sym.ACTION)); in init()
Dparser.cup163 PACKAGE, IMPORT, CODE, ACTION, PARSER, TERMINAL, NON, INIT, SCAN, WITH,
262 ACTION CODE CODE_STRING:user_code SEMI
/cts/hostsidetests/sustainedperf/dhrystone/
DLICENSE.TXT41 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
/cts/tools/dasm/etc/
Djava_cup.jarMETA-INF/ META-INF/MANIFEST.MF java_cup/ java_cup/action_part.class action_part ...
Djava_cup-new.jarMETA-INF/ META-INF/MANIFEST.MF java_cup/ java_cup/runtime/ java_cup/ ...
Djava_cup.jar.oldMETA-INF/ META-INF/MANIFEST.MF java_cup/ java_cup/action_part.class action_part ...
/cts/tools/dex-tools/dex/
Dclasses.out.dex63046 public static final java.lang.String ACTION
63344 public static final java.lang.String ACTION