Searched refs:globalModeFlags (Results 1 – 1 of 1) sorted by relevance
70 int globalModeFlags = 0; field in UriPermission100 modeFlags = ownedModeFlags | globalModeFlags | persistedModeFlags; in updateModeFlags()137 globalModeFlags |= modeFlags; in grantModes()206 globalModeFlags &= ~Intent.FLAG_GRANT_READ_URI_PERMISSION; in revokeModes()222 globalModeFlags &= ~Intent.FLAG_GRANT_WRITE_URI_PERMISSION; in revokeModes()250 } else if ((globalModeFlags & modeFlags) == modeFlags) { in getStrength()334 pw.print(" global=0x" + Integer.toHexString(globalModeFlags)); in dump()