Searched refs:runManagerMethod (Results 1 – 6 of 6) sorted by relevance
/cts/common/device-side/bedstead/dpmwrapper/src/main/java/com/android/bedstead/dpmwrapper/ |
D | IpcBroadcastReceiver.java | 49 DeviceOwnerHelper.runManagerMethod(this, context, intent); in onReceive()
|
D | DeviceOwnerHelper.java | 69 public static boolean runManagerMethod(BroadcastReceiver receiver, Context context, in runManagerMethod() method in DeviceOwnerHelper
|
/cts/hostsidetests/devicepolicy/app/DeviceOwner/src/com/android/cts/deviceowner/ |
D | BasicAdminReceiver.java | 52 if (DeviceOwnerHelper.runManagerMethod(this, context, intent)) return; in onReceive()
|
/cts/hostsidetests/settings/app/DeviceOwnerApp/src/com/google/android/cts/deviceowner/ |
D | DeviceOwnerTest.java | 70 if (DeviceOwnerHelper.runManagerMethod(this, context, intent)) return; in onReceive()
|
/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/ |
D | BaseDeviceAdminTest.java | 73 if (DeviceOwnerHelper.runManagerMethod(this, context, intent)) return; in onReceive()
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/managedprovisioning/ |
D | DeviceAdminTestReceiver.java | 78 if (DeviceOwnerHelper.runManagerMethod(this, context, intent)) return; in onReceive()
|