Searched refs:removeId (Results 1 – 2 of 2) sorted by relevance
116 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()
449 protected void assertRemoveDownload(long removeId, int expectedNumDownloads) { in assertRemoveDownload() argument452 assertEquals(1, mDownloadManager.remove(removeId)); in assertRemoveDownload()