HomeSort by relevance Sort by last modified time
    Searched refs:ACTION_RESTRICTIONS_VALUE (Results 1 - 3 of 3) sorted by null

  /cts/hostsidetests/devicepolicy/app/AppRestrictionsTargetApp/src/com/android/cts/apprestrictions/targetapp/
ApplicationRestrictionsActivity.java 32 private static final String ACTION_RESTRICTIONS_VALUE =
53 sendBroadcast(new Intent(ACTION_RESTRICTIONS_VALUE)
  /cts/hostsidetests/devicepolicy/app/DelegateApp/src/com/android/cts/delegate/
AppRestrictionsDelegateTest.java 47 private static final String ACTION_RESTRICTIONS_VALUE =
59 if (ACTION_RESTRICTIONS_VALUE.equals(action)) {
78 mContext.registerReceiver(mReceiver, new IntentFilter(ACTION_RESTRICTIONS_VALUE));
  /cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/
ApplicationRestrictionsTest.java 47 private static final String ACTION_RESTRICTIONS_VALUE =
68 if (ACTION_RESTRICTIONS_VALUE.equals(action)) {
89 filter.addAction(ACTION_RESTRICTIONS_VALUE);

Completed in 4187 milliseconds