Searched refs:pkgAccessType (Results 1 – 2 of 2) sorted by relevance
35 public Uri getContentUriForContext(int pkgAccessType, int modeFlags) {37 Uri baseContentUri = switch (pkgAccessType) {40 default -> throw new RuntimeException("Invalid PKG_ACCESS_TYPE: " + pkgAccessType);45 if (pkgAccessType == PKG_ACCESS_TYPE_GRANT && modeFlags != 0) {
38 Uri getContentUriForContext(int pkgAccessType, int modeFlags); in getContentUriForContext() argument