Home
last modified time | relevance | path

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

/cts/hostsidetests/devicepolicy/app/ManagedProfile/src/com/android/cts/managedprofile/
DWipeDataNotificationTest.java32 sendWipeProfileBroadcast(WipeDataReceiver.ACTION_WIPE_DATA_WITH_REASON, profileId); in testWipeDataWithReasonVerification()
45 sendWipeProfileBroadcast(WipeDataReceiver.ACTION_WIPE_DATA, profileId); in testWipeDataWithEmptyReasonVerification()
57 sendWipeProfileBroadcast(WipeDataReceiver.ACTION_WIPE_DATA_WITHOUT_REASON, profileId); in testWipeDataWithoutReasonVerification()
93 private void sendWipeProfileBroadcast(String action, int profileId) throws Exception { in sendWipeProfileBroadcast() method in WipeDataNotificationTest
/cts/hostsidetests/devicepolicy/src/com/android/cts/devicepolicy/
DDeviceOwnerPlusProfileOwnerTest.java160 private void sendWipeProfileBroadcast(int userId) throws Exception { in sendWipeProfileBroadcast() method in DeviceOwnerPlusProfileOwnerTest
177 sendWipeProfileBroadcast(secondaryUserId); in testWipeData_secondaryUser()
190 sendWipeProfileBroadcast(secondaryUserId); in testWipeData_secondaryUserLogged()
DOrgOwnedProfileOwnerTest.java336 sendWipeProfileBroadcast(mUserId); in removeOrgOwnedProfile()
340 private void sendWipeProfileBroadcast(int userId) throws Exception { in sendWipeProfileBroadcast() method in OrgOwnedProfileOwnerTest