Searched refs:ACTION_PROFILE_OFF_DEADLINE (Results 1 – 2 of 2) sorted by relevance
44 …port static com.android.server.devicepolicy.DevicePolicyManagerService.ACTION_PROFILE_OFF_DEADLINE;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()7254 sendBroadcastWithUser(dpms, ACTION_PROFILE_OFF_DEADLINE, CALLER_USER_HANDLE); in testMaximumProfileTimeOff_turnOnAfterWarning()7284 sendBroadcastWithUser(dpms, ACTION_PROFILE_OFF_DEADLINE, CALLER_USER_HANDLE); in testMaximumProfileTimeOff_turnOnAfterDeadline()
420 static final String ACTION_PROFILE_OFF_DEADLINE = field in DevicePolicyManagerService968 } else if (ACTION_PROFILE_OFF_DEADLINE.equals(action)) {1801 filter.addAction(ACTION_PROFILE_OFF_DEADLINE); in DevicePolicyManagerService()16957 final Intent intent = new Intent(ACTION_PROFILE_OFF_DEADLINE);