Searched refs:PERIODIC_LOCATION_ACCESS_CHECK_JOB_ID (Results 1 – 2 of 2) sorted by relevance
30 public static final int PERIODIC_LOCATION_ACCESS_CHECK_JOB_ID = 0; field in Constants
51 import static com.android.permissioncontroller.Constants.PERIODIC_LOCATION_ACCESS_CHECK_JOB_ID;760 if (jobScheduler.getPendingJob(PERIODIC_LOCATION_ACCESS_CHECK_JOB_ID) == null) { in onReceive()761 JobInfo.Builder b = (new JobInfo.Builder(PERIODIC_LOCATION_ACCESS_CHECK_JOB_ID, in onReceive()