Searched refs:ACTION_PROFILE_OFF_DEADLINE (Results 1 – 2 of 2) sorted by relevance
63 …port static com.android.server.devicepolicy.DevicePolicyManagerService.ACTION_PROFILE_OFF_DEADLINE;7437 sendBroadcastWithUser(dpms, ACTION_PROFILE_OFF_DEADLINE, CALLER_USER_HANDLE); in testMaximumProfileTimeOff_profileOffTimeExceeded()7451 sendBroadcastWithUser(dpms, ACTION_PROFILE_OFF_DEADLINE, CALLER_USER_HANDLE); in testMaximumProfileTimeOff_profileOffTimeExceeded()7500 sendBroadcastWithUser(dpms, ACTION_PROFILE_OFF_DEADLINE, CALLER_USER_HANDLE); in testMaximumProfileTimeOff_turnOnAfterWarning()7531 sendBroadcastWithUser(dpms, ACTION_PROFILE_OFF_DEADLINE, CALLER_USER_HANDLE); in testMaximumProfileTimeOff_turnOnAfterDeadline()
619 static final String ACTION_PROFILE_OFF_DEADLINE = field in DevicePolicyManagerService1247 } else if (ACTION_PROFILE_OFF_DEADLINE.equals(action)) {2145 filter.addAction(ACTION_PROFILE_OFF_DEADLINE); in DevicePolicyManagerService()20977 final Intent intent = new Intent(ACTION_PROFILE_OFF_DEADLINE);