Searched refs:globalModeFlags (Results 1 – 1 of 1) sorted by relevance
69 int globalModeFlags = 0; field in UriPermission99 modeFlags = ownedModeFlags | globalModeFlags | persistableModeFlags | persistedModeFlags; in updateModeFlags()136 globalModeFlags |= modeFlags; in grantModes()206 globalModeFlags &= ~Intent.FLAG_GRANT_READ_URI_PERMISSION; in revokeModes()220 globalModeFlags &= ~Intent.FLAG_GRANT_WRITE_URI_PERMISSION; in revokeModes()246 } else if ((globalModeFlags & modeFlags) == modeFlags) { in getStrength()328 pw.print(" global=0x" + Integer.toHexString(globalModeFlags)); in dump()