Home
last modified time | relevance | path

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

/cts/common/device-side/bedstead/dpmwrapper/src/main/java/com/android/bedstead/dpmwrapper/
DIpcBroadcastReceiver.java42 public final class IpcBroadcastReceiver extends BroadcastReceiver { class
44 private static final String TAG = IpcBroadcastReceiver.class.getSimpleName();
/cts/hostsidetests/devicepolicy/app/AppRestrictionsTargetApp/src/com/android/cts/apprestrictions/targetapp/
DApplicationRestrictionsActivity.java25 import com.android.bedstead.dpmwrapper.IpcBroadcastReceiver;
49 ? TestAppSystemServiceFactory.getUserManager(this, IpcBroadcastReceiver.class) in onCreate()
/cts/hostsidetests/devicepolicy/app/DelegateApp/src/com/android/cts/delegate/
DBaseTestCase.java26 import com.android.bedstead.dpmwrapper.IpcBroadcastReceiver;
53 IpcBroadcastReceiver.class, isDeviceOwnerTest); in getDpm()