Home
last modified time | relevance | path

Searched refs:curPerms (Results 1 – 1 of 1) sorted by relevance

/aosp14/frameworks/base/apex/jobscheduler/service/java/com/android/server/job/
H A DGrantedUriPermissions.java104 GrantedUriPermissions curPerms) { in grantClip() argument
108 grantFlags, tag, curPerms); in grantClip()
110 return curPerms; in grantClip()
115 GrantedUriPermissions curPerms) { in grantUri() argument
120 if (curPerms == null) { in grantUri()
125 curPerms.mUris.add(uri); in grantUri()
129 return curPerms; in grantUri()
134 GrantedUriPermissions curPerms) { in grantItem() argument
137 grantFlags, tag, curPerms); in grantItem()
142 grantFlags, tag, curPerms); in grantItem()
[all …]