Searched refs:globalModeFlags (Results 1 – 1 of 1) sorted by relevance
67 int globalModeFlags = 0; field in UriPermission96 modeFlags = ownedModeFlags | globalModeFlags | persistableModeFlags | persistedModeFlags; in updateModeFlags()124 globalModeFlags |= modeFlags; in grantModes()194 globalModeFlags &= ~Intent.FLAG_GRANT_READ_URI_PERMISSION; in revokeModes()208 globalModeFlags &= ~Intent.FLAG_GRANT_WRITE_URI_PERMISSION; in revokeModes()234 } else if ((globalModeFlags & modeFlags) == modeFlags) { in getStrength()316 pw.print(" global=0x" + Integer.toHexString(globalModeFlags)); in dump()