Home
last modified time | relevance | path

Searched refs:pkgAccessType (Results 1 – 2 of 2) sorted by relevance

/cts/tests/tests/content/ContentUriTestApp/src/android/content/cts/contenturitestapp/
DTestService.java35 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) {
DIContentUriTestService.aidl38 Uri getContentUriForContext(int pkgAccessType, int modeFlags); in getContentUriForContext() argument