Lines Matching refs:permCheckWrite
100 int permCheckWrite = PackageManager.PERMISSION_DENIED; in onStartJob() local
105 permCheckWrite = checkUriPermission(clip.getItemAt(0).getUri(), Process.myPid(), in onStartJob()
115 permCheckWrite, null, "Spent too long waiting to start executing work"); in onStartJob()
121 permCheckWrite, null, "Failed waiting for work: " + e); in onStartJob()
145 permCheckRead, permCheckWrite, null, in onStartJob()
159 permCheckRead, permCheckWrite, null, in onStartJob()
179 permCheckRead, permCheckWrite, null, in onStartJob()
193 permCheckRead, permCheckWrite, null, in onStartJob()
271 permCheckWrite, null, "Spent too long waiting to start job"); in onStartJob()
276 permCheckWrite, null, "Failed waiting to start job: " + e); in onStartJob()
280 permCheckWrite, null, null); in onStartJob()
562 int permCheckRead, int permCheckWrite, in notifyExecution() argument
567 mExecutedPermCheckWrite = permCheckWrite; in notifyExecution()