Searched refs:removeId (Results 1 – 3 of 3) sorted by relevance
135 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()
450 protected void assertRemoveDownload(long removeId, int expectedNumDownloads) { in assertRemoveDownload() argument453 assertEquals(1, mDownloadManager.remove(removeId)); in assertRemoveDownload()
10480 method @NonNull public static android.net.Uri removeId(@NonNull android.net.Uri);