Home
last modified time | relevance | path

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

/cts/tests/tests/content/src/android/content/cts/
DContentUrisTest.java116 ContentUris.removeId(Uri.parse("content://auth/12"))); in testRemoveId()
118 ContentUris.removeId(Uri.parse("content://auth/path/12"))); in testRemoveId()
120 ContentUris.removeId(Uri.parse("content://auth/path/path/12"))); in testRemoveId()
125 ContentUris.removeId(Uri.parse("content://auth/")); in testRemoveId_MissingId()
130 ContentUris.removeId(Uri.parse("content://auth/path/")); in testRemoveId_MissingId()
135 ContentUris.removeId(Uri.parse("content://auth/path/path/")); in testRemoveId_MissingId()
/cts/tests/app/src/android/app/cts/
DDownloadManagerTestBase.java449 protected void assertRemoveDownload(long removeId, int expectedNumDownloads) { in assertRemoveDownload() argument
452 assertEquals(1, mDownloadManager.remove(removeId)); in assertRemoveDownload()