Lines Matching refs:permCheckWrite
81 int permCheckWrite = PackageManager.PERMISSION_DENIED; in onStartJob() local
86 permCheckWrite = checkUriPermission(clip.getItemAt(0).getUri(), Process.myPid(), in onStartJob()
95 permCheckWrite, null, "Spent too long waiting to start executing work"); in onStartJob()
100 permCheckWrite, null, "Failed waiting for work: " + e); in onStartJob()
123 permCheckRead, permCheckWrite, null, in onStartJob()
136 permCheckRead, permCheckWrite, null, in onStartJob()
155 permCheckRead, permCheckWrite, null, in onStartJob()
168 permCheckRead, permCheckWrite, null, in onStartJob()
245 permCheckWrite, null, "Spent too long waiting to start job"); in onStartJob()
250 permCheckWrite, null, "Failed waiting to start job: " + e); in onStartJob()
254 permCheckWrite, null, null); in onStartJob()
463 private void notifyExecution(JobParameters params, int permCheckRead, int permCheckWrite, in notifyExecution() argument
468 mExecutedPermCheckWrite = permCheckWrite; in notifyExecution()