Searched refs:AUTHORITY_URI (Results 1 – 6 of 6) sorted by relevance
/cts/hostsidetests/devicepolicy/app/ContactDirectoryProvider/src/com/android/cts/contactdirectoryprovider/ |
D | DirectoryProvider.java | 55 private static final Uri AUTHORITY_URI = Uri.parse("content://" + AUTHORITY); field in DirectoryProvider 60 private static final Uri PRIMARY_THUMBNAIL_URI = Uri.withAppendedPath(AUTHORITY_URI, 62 private static final Uri PRIMARY_PHOTO_URI = Uri.withAppendedPath(AUTHORITY_URI, 64 private static final Uri MANAGED_THUMBNAIL_URI = Uri.withAppendedPath(AUTHORITY_URI, 66 private static final Uri MANAGED_PHOTO_URI = Uri.withAppendedPath(AUTHORITY_URI,
|
/cts/tests/tests/provider/src/android/provider/cts/contacts/ |
D | ContactsContract_PinnedPositionsTest.java | 261 mResolver.call(ContactsContract.AUTHORITY_URI, PinnedPositions.UNDEMOTE_METHOD, in testPinnedPositionsDemoteIllegalArguments() 268 mResolver.call(ContactsContract.AUTHORITY_URI, PinnedPositions.UNDEMOTE_METHOD, in testPinnedPositionsDemoteIllegalArguments() 275 mResolver.call(ContactsContract.AUTHORITY_URI, PinnedPositions.UNDEMOTE_METHOD, in testPinnedPositionsDemoteIllegalArguments() 282 mResolver.call(ContactsContract.AUTHORITY_URI, PinnedPositions.UNDEMOTE_METHOD, "999", in testPinnedPositionsDemoteIllegalArguments()
|
/cts/tests/tests/provider/src/android/provider/cts/ |
D | MediaStore_Audio_AlbumsTest.java | 194 final Uri byMedia = MediaStore.AUTHORITY_URI.buildUpon().appendPath(mVolumeName) in testAlbumArt() 197 final Uri byAlbum = MediaStore.AUTHORITY_URI.buildUpon().appendPath(mVolumeName) in testAlbumArt()
|
D | BlockedNumberContractTest.java | 130 assertNull(mContentResolver.getType(BlockedNumberContract.AUTHORITY_URI)); in testGetType() 395 .call(BlockedNumberContract.AUTHORITY_URI, "nonExistentMethod", "1234", null); in testAccessingNonExistentMethod_fails()
|
D | MediaStore_DownloadsTest.java | 293 mContentResolver.registerContentObserver(MediaStore.AUTHORITY_URI, false, observer); in testNotifyChange() 294 final Uri volumeUri = MediaStore.AUTHORITY_URI.buildUpon() in testNotifyChange()
|
/cts/hostsidetests/appsecurity/test-apps/UsePermissionDiffCert/src/com/android/cts/usespermissiondiffcertapp/ |
D | AccessPermissionWithDiffSigTest.java | 83 ContactsContract.AUTHORITY_URI,
|