Home
last modified time | relevance | path

Searched refs:RESTRICTION_ACTION (Results 1 – 2 of 2) sorted by relevance

/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/
DApplicationRestrictionsActivity.java41 public static final String RESTRICTION_ACTION = field in ApplicationRestrictionsActivity
55 Intent intent = new Intent(RESTRICTION_ACTION); in broadcastRestriction()
DApplicationRestrictionsTest.java59 filter.addAction(ApplicationRestrictionsActivity.RESTRICTION_ACTION); in setUp()
198 } else if (ApplicationRestrictionsActivity.RESTRICTION_ACTION.equals(action)) {