Home
last modified time | relevance | path

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

/cts/hostsidetests/devicepolicy/app/ManagedProfile/src/com/android/cts/managedprofile/
DCrossProfileIntentFilterTest.java69 testIntentFilter.addAction(PrimaryUserActivity.ACTION); in testClearCrossProfileIntentFilters()
74 new Intent(PrimaryUserActivity.ACTION), /* flags = */ 0); in testClearCrossProfileIntentFilters()
81 new Intent(PrimaryUserActivity.ACTION), /* flags = */ 0).isEmpty()); in testClearCrossProfileIntentFilters()
82 getActivity().startActivity(ManagedProfileActivity.ACTION); in testClearCrossProfileIntentFilters()
88 new Intent(PrimaryUserActivity.ACTION), /* flags = */ 0).size()); in testAddCrossProfileIntentFilter_primary()
91 testIntentFilter.addAction(PrimaryUserActivity.ACTION); in testAddCrossProfileIntentFilter_primary()
97 new Intent(PrimaryUserActivity.ACTION), /* flags = */ 0); in testAddCrossProfileIntentFilter_primary()
100 getActivity().startActivity(PrimaryUserActivity.ACTION); in testAddCrossProfileIntentFilter_primary()
106 new Intent(AllUsersActivity.ACTION), /* flags = */ 0).size()); in testAddCrossProfileIntentFilter_all()
109 testIntentFilter.addAction(AllUsersActivity.ACTION); in testAddCrossProfileIntentFilter_all()
[all …]
DPrimaryUserTest.java57 new Intent(PrimaryUserActivity.ACTION), /* flags = */ 0).size()); in testAddCrossProfileIntentFilter_primary()
58 getActivity().startActivity(PrimaryUserActivity.ACTION); in testAddCrossProfileIntentFilter_primary()
64 new Intent(AllUsersActivity.ACTION), /* flags = */ 0).size()); in testAddCrossProfileIntentFilter_all()
72 new Intent(ManagedProfileActivity.ACTION), /* flags = */ 0).size()); in testAddCrossProfileIntentFilter_managed()
73 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
DPrimaryUserActivity.java29 public static final String ACTION = field in PrimaryUserActivity
DManagedProfileActivity.java28 public static final String ACTION = field in ManagedProfileActivity
DDisallowSharingIntoProfileTest.java77 private static final String KNOWN_ACTION_TO_PROFILE = ManagedProfileActivity.ACTION;
78 private static final String KNOWN_ACTION_TO_PERSONAL = PrimaryUserActivity.ACTION;
/cts/apps/CtsVerifier/src/com/android/cts/verifier/notifications/
DActionTriggeredReceiver.java31 public static String ACTION = "com.android.cts.verifier.notifications.ActionTriggeredReceiver"; field in ActionTriggeredReceiver
35 if (ACTION.equals(intent.getAction())) { in onReceive()
55 nm.notify(ACTION, 0, n1); in sendNotification()
59 Intent intent = new Intent(ACTION); in makeBroadcastIntent()
/cts/tests/framework/base/windowmanager/app/src/android/server/wm/app/
DHideOverlayWindowsActivity.java19 import static android.server.wm.app.Components.HideOverlayWindowsActivity.ACTION;
40 registerReceiver(mBroadcastReceiver, new IntentFilter(ACTION)); in onCreate()
46 if (ACTION.equals(intent.getAction())) {
DComponents.java614 public static final String ACTION = "hide_action"; field in Components.HideOverlayWindowsActivity
/cts/tests/location/common/src/android/location/cts/common/
DProximityPendingIntentCapture.java17 private static final String ACTION = "android.location.cts.LOCATION_BROADCAST"; field in ProximityPendingIntentCapture
29 new Intent(ACTION) in ProximityPendingIntentCapture()
35 register(ACTION); in ProximityPendingIntentCapture()
DLocationPendingIntentCapture.java38 private static final String ACTION = "android.location.cts.LOCATION_BROADCAST"; field in LocationPendingIntentCapture
52 new Intent(ACTION) in LocationPendingIntentCapture()
60 register(ACTION); in LocationPendingIntentCapture()
/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.java68 private static final String ACTION = "testAction"; field in IntentFilterTest
91 filter = new IntentFilter(ACTION); in testConstructor()
92 verifyContent(filter, ACTION, null); in testConstructor()
94 final IntentFilter actionTypeFilter = new IntentFilter(ACTION, DATA_STATIC_TYPE); in testConstructor()
95 verifyContent(actionTypeFilter, ACTION, DATA_STATIC_TYPE); in testConstructor()
98 verifyContent(filter, ACTION, DATA_STATIC_TYPE); in testConstructor()
102 new IntentFilter(ACTION, dataType); in testConstructor()
376 IntentFilter filter = IntentFilter.create(ACTION, DATA_STATIC_TYPE); in testCreate()
378 verifyContent(filter, ACTION, DATA_STATIC_TYPE); in testCreate()
716 IntentFilter filter = new Match(new String[]{ACTION}, null, null, new String[]{"scheme1"}, in testAppEnumerationMatchesMimeGroups()
[all …]
/cts/hostsidetests/devicepolicy/app/ContentCaptureApp/src/com/android/cts/devicepolicy/contentcaptureapp/
DSimpleActivity.java40 registerReceiver(mReceiver, new IntentFilter(SimpleActivityReceiver.ACTION)); in onCreate()
61 private static final String ACTION = "SimpleActivityReceiver"; field in SimpleActivity.SimpleActivityReceiver
/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/
DContentCaptureActivity.java51 registerReceiver(mReceiver, new IntentFilter(ContentCaptureActivityReceiver.ACTION)); in onCreate()
79 private static final String ACTION = "ContentCaptureActivityReceiver"; field in ContentCaptureActivity.ContentCaptureActivityReceiver
/cts/tests/tests/packageinstaller/nopermission/src/android.packageinstaller.nopermission.cts/
DNoPermissionTests.kt59 private const val ACTION = "NoPermissionTests.install_cb" constant
116 context.registerReceiver(receiver, IntentFilter(ACTION)) in registerInstallResultReceiver()
147 val pendingIntent = PendingIntent.getBroadcast(context, 0, Intent(ACTION), in launchPackageInstallerViaSession()
/cts/tests/tests/batterysaving/src/android/os/cts/batterysaving/
DBatterySaverAlarmTest.java91 private final String ACTION = "BATTERY_SAVER_ALARM_TEST_ALARM_ACTION_" + Values.getRandomInt(); field in BatterySaverAlarmTest
111 final IntentFilter filter = new IntentFilter(ACTION); in setUp()
133 .setIntentAction(ACTION) in scheduleAlarm()
/cts/tests/framework/base/windowmanager/src/android/server/wm/
DHideOverlayWindowsTest.java20 import static android.server.wm.app.Components.HideOverlayWindowsActivity.ACTION;
172 Intent intent = new Intent(ACTION); in setHideOverlayWindowsAndWaitForPong()
/cts/hostsidetests/packagemanager/dynamicmime/test/src/android/dynamicmime/testapp/preferred/
DPreferredActivitiesTest.java58 private static final String ACTION = "android.dynamicmime.preferred.TEST_ACTION"; field in PreferredActivitiesTest
345 sendIntent.setAction(ACTION); in sendIntent()
/cts/hostsidetests/sustainedperf/dhrystone/
DLICENSE.TXT41 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
/cts/apps/CtsVerifier/
DNOTICE.txt54 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2578 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2825 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3669 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
4181 FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF
4234 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
4731 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
4753 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
5122 DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
5123 TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
[all …]