Home
last modified time | relevance | path

Searched refs:ACTION_RESTRICTIONS_VALUE (Results 1 – 3 of 3) sorted by relevance

/cts/hostsidetests/devicepolicy/app/AppRestrictionsTargetApp/src/com/android/cts/apprestrictions/targetapp/
DApplicationRestrictionsActivity.java32 private static final String ACTION_RESTRICTIONS_VALUE = field in ApplicationRestrictionsActivity
53 sendBroadcast(new Intent(ACTION_RESTRICTIONS_VALUE) in handleIntent()
/cts/hostsidetests/devicepolicy/app/DelegateApp/src/com/android/cts/delegate/
DAppRestrictionsDelegateTest.java47 private static final String ACTION_RESTRICTIONS_VALUE = field in AppRestrictionsDelegateTest
59 if (ACTION_RESTRICTIONS_VALUE.equals(action)) {
78 mContext.registerReceiver(mReceiver, new IntentFilter(ACTION_RESTRICTIONS_VALUE)); in setUp()
/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/
DApplicationRestrictionsTest.java47 private static final String ACTION_RESTRICTIONS_VALUE = field in ApplicationRestrictionsTest
68 if (ACTION_RESTRICTIONS_VALUE.equals(action)) {
89 filter.addAction(ACTION_RESTRICTIONS_VALUE); in setUp()