Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
H A DPreferencesHelperTest.java1367 Uri canonicalBasedOnLocal = localUri.buildUpon() in testRestoreXml_withExistentCanonicalizedSoundUri() local
1371 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()