Home
last modified time | relevance | path

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

/cts/common/device-side/bedstead/dpmwrapper/src/main/java/com/android/bedstead/dpmwrapper/
DIpcBroadcastReceiver.java45 DeviceOwnerHelper.runManagerMethod(this, context, intent); in onReceive()
DDeviceOwnerHelper.java69 public static boolean runManagerMethod(BroadcastReceiver receiver, Context context, in runManagerMethod() method in DeviceOwnerHelper
/cts/hostsidetests/devicepolicy/app/DeviceOwner/src/com/android/cts/deviceowner/
DBasicAdminReceiver.java52 if (DeviceOwnerHelper.runManagerMethod(this, context, intent)) return; in onReceive()
/cts/hostsidetests/settings/app/DeviceOwnerApp/src/com/google/android/cts/deviceowner/
DDeviceOwnerTest.java66 if (DeviceOwnerHelper.runManagerMethod(this, context, intent)) return; in onReceive()
/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/
DBaseDeviceAdminTest.java72 if (DeviceOwnerHelper.runManagerMethod(this, context, intent)) return; in onReceive()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/managedprovisioning/
DDeviceAdminTestReceiver.java75 if (DeviceOwnerHelper.runManagerMethod(this, context, intent)) return; in onReceive()