Searched refs:sendBroadcastWithUser (Results 1 – 3 of 3) sorted by relevance
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/devicepolicy/ |
H A D | DpmTestBase.java | 93 protected void sendBroadcastWithUser(DevicePolicyManagerServiceTestable dpms, String action, in sendBroadcastWithUser() method in DpmTestBase
|
H A D | DevicePolicyManagerTest.java | 4847 sendBroadcastWithUser(dpms, Intent.ACTION_USER_REMOVED, CALLER_USER_HANDLE); in testWipeDataManagedProfileOnOrganizationOwnedDevice() 7175 sendBroadcastWithUser(dpms, Intent.ACTION_USER_STOPPED, CALLER_USER_HANDLE); in testMaximumProfileTimeOff_profileOffTimeExceeded() 7189 sendBroadcastWithUser(dpms, ACTION_PROFILE_OFF_DEADLINE, CALLER_USER_HANDLE); in testMaximumProfileTimeOff_profileOffTimeExceeded() 7204 sendBroadcastWithUser(dpms, ACTION_PROFILE_OFF_DEADLINE, CALLER_USER_HANDLE); in testMaximumProfileTimeOff_profileOffTimeExceeded() 7229 sendBroadcastWithUser(dpms, Intent.ACTION_USER_STOPPED, CALLER_USER_HANDLE); in testMaximumProfileTimeOff_turnOnBeforeWarning() 7232 sendBroadcastWithUser(dpms, Intent.ACTION_USER_UNLOCKED, CALLER_USER_HANDLE); in testMaximumProfileTimeOff_turnOnBeforeWarning() 7250 sendBroadcastWithUser(dpms, Intent.ACTION_USER_STOPPED, CALLER_USER_HANDLE); in testMaximumProfileTimeOff_turnOnAfterWarning() 7254 sendBroadcastWithUser(dpms, ACTION_PROFILE_OFF_DEADLINE, CALLER_USER_HANDLE); in testMaximumProfileTimeOff_turnOnAfterWarning() 7259 sendBroadcastWithUser(dpms, Intent.ACTION_USER_UNLOCKED, CALLER_USER_HANDLE); in testMaximumProfileTimeOff_turnOnAfterWarning() 7280 sendBroadcastWithUser(dpms, Intent.ACTION_USER_STOPPED, CALLER_USER_HANDLE); in testMaximumProfileTimeOff_turnOnAfterDeadline() [all …]
|
H A D | DevicePolicyManagerServiceMigrationTest.java | 458 sendBroadcastWithUser(dpms, Intent.ACTION_USER_STARTED, USER_SYSTEM); in testCompMigration_keepSuspendedAppsWhenDpcIsRPlus()
|