Searched refs:persistable (Results 1 – 3 of 3) sorted by relevance
115 final boolean persistable = (modeFlags & Intent.FLAG_GRANT_PERSISTABLE_URI_PERMISSION) != 0; in grantModes()119 if (persistable) { in grantModes()183 final boolean persistable = (modeFlags & Intent.FLAG_GRANT_PERSISTABLE_URI_PERMISSION) != 0; in revokeModes()190 if (persistable) { in revokeModes()204 if (persistable) { in revokeModes()
7242 final boolean persistable = (modeFlags & Intent.FLAG_GRANT_PERSISTABLE_URI_PERMISSION) != 0;7243 final int minStrength = persistable ? UriPermission.STRENGTH_PERSISTABLE7790 String packageName, int userHandle, boolean persistable) { in removeUriPermissionsForPackageLocked() argument7811 persistChanged |= perm.revokeModes(persistable in removeUriPermissionsForPackageLocked()
525 gives your app. Effectively, your app "takes" the persistable URI permission grant