Searched refs:globalModeFlags (Results 1 – 1 of 1) sorted by relevance
67 int globalModeFlags = 0; field in UriPermission95 modeFlags = ownedModeFlags | globalModeFlags | persistableModeFlags | persistedModeFlags; in updateModeFlags()116 globalModeFlags |= modeFlags; in grantModes()175 globalModeFlags &= ~Intent.FLAG_GRANT_READ_URI_PERMISSION; in clearModes()189 globalModeFlags &= ~Intent.FLAG_GRANT_WRITE_URI_PERMISSION; in clearModes()213 } else if ((globalModeFlags & modeFlags) == modeFlags) { in getStrength()295 pw.print(" global=0x" + Integer.toHexString(globalModeFlags)); in dump()