Home
last modified time | relevance | path

Searched refs:ACTION_PROFILE_OFF_DEADLINE (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/devicepolicy/
H A DDevicePolicyManagerTest.java64 …port static com.android.server.devicepolicy.DevicePolicyManagerService.ACTION_PROFILE_OFF_DEADLINE;
7419 sendBroadcastWithUser(dpms, ACTION_PROFILE_OFF_DEADLINE, CALLER_USER_HANDLE); in testMaximumProfileTimeOff_profileOffTimeExceeded()
7433 sendBroadcastWithUser(dpms, ACTION_PROFILE_OFF_DEADLINE, CALLER_USER_HANDLE); in testMaximumProfileTimeOff_profileOffTimeExceeded()
7482 sendBroadcastWithUser(dpms, ACTION_PROFILE_OFF_DEADLINE, CALLER_USER_HANDLE); in testMaximumProfileTimeOff_turnOnAfterWarning()
7513 sendBroadcastWithUser(dpms, ACTION_PROFILE_OFF_DEADLINE, CALLER_USER_HANDLE); in testMaximumProfileTimeOff_turnOnAfterDeadline()
/aosp14/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
H A DDevicePolicyManagerService.java603 static final String ACTION_PROFILE_OFF_DEADLINE = field in DevicePolicyManagerService
1248 } else if (ACTION_PROFILE_OFF_DEADLINE.equals(action)) {
2113 filter.addAction(ACTION_PROFILE_OFF_DEADLINE); in DevicePolicyManagerService()
21122 final Intent intent = new Intent(ACTION_PROFILE_OFF_DEADLINE);