Home
last modified time | relevance | path

Searched refs:removeId (Results 1 – 3 of 3) sorted by relevance

/cts/tests/tests/content/src/android/content/cts/
DContentUrisTest.java135 ContentUris.removeId(Uri.parse("content://auth/12"))); in testRemoveId()
137 ContentUris.removeId(Uri.parse("content://auth/path/12"))); in testRemoveId()
139 ContentUris.removeId(Uri.parse("content://auth/path/path/12"))); in testRemoveId()
145 ContentUris.removeId(Uri.parse("content://auth/")); in testRemoveId_MissingId()
150 ContentUris.removeId(Uri.parse("content://auth/path/")); in testRemoveId_MissingId()
155 ContentUris.removeId(Uri.parse("content://auth/path/path/")); in testRemoveId_MissingId()
/cts/tests/app/src/android/app/cts/
DDownloadManagerTestBase.java450 protected void assertRemoveDownload(long removeId, int expectedNumDownloads) { in assertRemoveDownload() argument
453 assertEquals(1, mDownloadManager.remove(removeId)); in assertRemoveDownload()
/cts/common/device-side/bedstead/remoteframeworkclasses/java/apis/
Dcurrent.txt10480 method @NonNull public static android.net.Uri removeId(@NonNull android.net.Uri);