/cts/hostsidetests/devicepolicy/app/ManagedProfile/src/com/android/cts/managedprofile/ |
D | ManagedProfileTest.java | 64 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 …]
|
D | PrimaryUserTest.java | 56 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()
|
D | PrimaryUserFilterSetterActivity.java | 28 testIntentFilter.addAction(PrimaryUserActivity.ACTION); in onCreate() 33 testIntentFilter.addAction(ManagedProfileActivity.ACTION); in onCreate() 38 testIntentFilter.addAction(AllUsersActivity.ACTION); in onCreate()
|
D | AllUsersActivity.java | 28 public static final String ACTION = field in AllUsersActivity
|
D | ManagedProfileActivity.java | 28 public static final String ACTION = field in ManagedProfileActivity
|
D | PrimaryUserActivity.java | 29 public static final String ACTION = field in PrimaryUserActivity
|
/cts/tests/tests/hardware/src/android/hardware/cts/helpers/sensoroperations/ |
D | AlarmOperation.java | 44 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/ |
D | IntentFilterTest.java | 59 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/ |
D | sym.java | 30 static final int ACTION = 5; field in sym
|
D | lexer.java | 117 keywords.put("action", new Integer(sym.ACTION)); in init()
|
D | parser.cup | 163 PACKAGE, IMPORT, CODE, ACTION, PARSER, TERMINAL, NON, INIT, SCAN, WITH, 262 ACTION CODE CODE_STRING:user_code SEMI
|
/cts/tools/signature-tools/lib/ |
D | antlr-2.7.7.jar | META-INF/
META-INF/MANIFEST.MF
antlr/
antlr/ActionElement.class
ActionElement ... |
D | stringtemplate.jar | META-INF/
META-INF/MANIFEST.MF
org/antlr/stringtemplate/AttributeRenderer. ... |
/cts/tools/dasm/etc/ |
D | java_cup.jar | META-INF/
META-INF/MANIFEST.MF
java_cup/
java_cup/action_part.class
action_part ... |
D | java_cup-new.jar | META-INF/
META-INF/MANIFEST.MF
java_cup/
java_cup/runtime/
java_cup/ ... |
D | java_cup.jar.old | META-INF/
META-INF/MANIFEST.MF
java_cup/
java_cup/action_part.class
action_part ... |