Searched refs:canonicalBasedOnLocal (Results 1 – 1 of 1) sorted by relevance
1367 Uri canonicalBasedOnLocal = localUri.buildUpon() in testRestoreXml_withExistentCanonicalizedSoundUri() local1371 doReturn(canonicalBasedOnLocal) in testRestoreXml_withExistentCanonicalizedSoundUri()1376 .when(mTestIContentProvider).uncanonicalize(any(), eq(canonicalBasedOnLocal)); in testRestoreXml_withExistentCanonicalizedSoundUri()1377 doReturn(canonicalBasedOnLocal) in testRestoreXml_withExistentCanonicalizedSoundUri()1392 assertEquals(canonicalBasedOnLocal, actualChannel.getSound()); in testRestoreXml_withExistentCanonicalizedSoundUri()