Home
last modified time | relevance | path

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

/packages/apps/Gallery2/src/com/android/photos/data/
DPhotoProvider.java57 static final Uri BASE_CONTENT_URI = new Uri.Builder().scheme("content").authority(AUTHORITY) field in PhotoProvider
77 public static final Uri CONTENT_URI = Uri.withAppendedPath(BASE_CONTENT_URI, TABLE);
97 public static final Uri CONTENT_URI = Uri.withAppendedPath(BASE_CONTENT_URI, TABLE);
136 public static final Uri CONTENT_URI = Uri.withAppendedPath(BASE_CONTENT_URI, TABLE);
173 public static final Uri CONTENT_URI = Uri.withAppendedPath(BASE_CONTENT_URI, TABLE);
/packages/apps/Gallery2/tests/src/com/android/photos/data/
DPhotoProviderTest.java49 private static final Uri NO_TABLE_URI = PhotoProvider.BASE_CONTENT_URI;
50 private static final Uri BAD_TABLE_URI = Uri.withAppendedPath(PhotoProvider.BASE_CONTENT_URI,