Home
last modified time | relevance | path

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

/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/
DApplicationRestrictionsActivity.java46 private final BroadcastReceiver mAppRestrictionReceiver = new BroadcastReceiver() { field in ApplicationRestrictionsActivity
77 registerReceiver(mAppRestrictionReceiver, filter); in onResume()
84 unregisterReceiver(mAppRestrictionReceiver); in onPause()