Searched refs:DeviceOwnerHelper (Results 1 – 7 of 7) sorted by relevance
/cts/hostsidetests/devicepolicy/app/DeviceOwner/src/com/android/cts/deviceowner/ |
D | BasicAdminReceiver.java | 27 import com.android.bedstead.dpmwrapper.DeviceOwnerHelper; 52 if (DeviceOwnerHelper.runManagerMethod(this, context, intent)) return; in onReceive() 94 DeviceOwnerHelper.sendBroadcastToTestAppReceivers(context, batchIntent); in onNetworkLogsAvailable() 104 DeviceOwnerHelper.sendBroadcastToTestAppReceivers(context, intent); in onOperationSafetyStateChanged()
|
/cts/hostsidetests/devicepolicy/app/DelegateApp/src/com/android/cts/delegate/ |
D | DelegateTestUtils.java | 33 import com.android.bedstead.dpmwrapper.DeviceOwnerHelper; 71 if (DeviceOwnerHelper.forwardBroadcastToTestApp(context, intent)) return; in onNetworkLogsAvailable() 96 if (DeviceOwnerHelper.forwardBroadcastToTestApp(context, intent)) return; in onSecurityLogsAvailable()
|
/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 | 50 public final class DeviceOwnerHelper { class 52 private static final String TAG = DeviceOwnerHelper.class.getSimpleName(); 287 private DeviceOwnerHelper() { in DeviceOwnerHelper() method in DeviceOwnerHelper
|
/cts/hostsidetests/settings/app/DeviceOwnerApp/src/com/google/android/cts/deviceowner/ |
D | DeviceOwnerTest.java | 43 import com.android.bedstead.dpmwrapper.DeviceOwnerHelper; 70 if (DeviceOwnerHelper.runManagerMethod(this, context, intent)) return; in onReceive()
|
/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/ |
D | BaseDeviceAdminTest.java | 40 import com.android.bedstead.dpmwrapper.DeviceOwnerHelper; 73 if (DeviceOwnerHelper.runManagerMethod(this, context, intent)) return; in onReceive()
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/managedprovisioning/ |
D | DeviceAdminTestReceiver.java | 41 import com.android.bedstead.dpmwrapper.DeviceOwnerHelper; 78 if (DeviceOwnerHelper.runManagerMethod(this, context, intent)) return; in onReceive()
|