Searched refs:EMPTY_SERVICE_CONNECTION (Results 1 – 2 of 2) sorted by relevance
/cts/hostsidetests/devicepolicy/app/CorpOwnedManagedProfile/src/com/android/cts/comp/ |
D | BindDeviceAdminServiceGoodSetupTest.java | 53 private static final ServiceConnection EMPTY_SERVICE_CONNECTION = new ServiceConnection() { field in BindDeviceAdminServiceGoodSetupTest 88 bind(implicitIntent, EMPTY_SERVICE_CONNECTION, targetUser); in testCannotBind_implicitIntent() 104 bind(notResolvableIntent, EMPTY_SERVICE_CONNECTION, targetUser)); in testCannotBind_notResolvableIntent() 115 bind(serviceIntent, EMPTY_SERVICE_CONNECTION, targetUser); in testCannotBind_unprotectedCrossUserService() 132 bind(serviceIntent, EMPTY_SERVICE_CONNECTION, targetUser); in testCheckCannotBind_nonManagingPackage() 146 bind(serviceIntent, EMPTY_SERVICE_CONNECTION, Process.myUserHandle()); in testCannotBind_sameUser()
|
D | BindDeviceAdminServiceFailsTest.java | 38 private static final ServiceConnection EMPTY_SERVICE_CONNECTION = new ServiceConnection() { field in BindDeviceAdminServiceFailsTest 70 bind(serviceIntent, EMPTY_SERVICE_CONNECTION, otherProfile); in checkCannotBind()
|