Searched refs:globalModeFlags (Results 1 – 1 of 1) sorted by relevance
68 int globalModeFlags = 0; field in UriPermission98 modeFlags = ownedModeFlags | globalModeFlags | persistableModeFlags | persistedModeFlags; in updateModeFlags()134 globalModeFlags |= modeFlags; in grantModes()204 globalModeFlags &= ~Intent.FLAG_GRANT_READ_URI_PERMISSION; in revokeModes()218 globalModeFlags &= ~Intent.FLAG_GRANT_WRITE_URI_PERMISSION; in revokeModes()244 } else if ((globalModeFlags & modeFlags) == modeFlags) { in getStrength()326 pw.print(" global=0x" + Integer.toHexString(globalModeFlags)); in dump()