Home
last modified time | relevance | path

Searched refs:getSound (Results 1 – 25 of 42) sorted by relevance

12

/core/core/src/androidTest/java/androidx/core/app/
DNotificationChannelCompatTest.java181 && Objects.equals(nc1.getSound(), nc2.getSound()) in areEqual()
204 assertEquals(expected.getSound(), actual.getSound()); in assertChannelEquals()
DNotificationManagerCompatTest.java294 assertEquals(Uri.EMPTY, result.getSound()); in testCreateNotificationChannelWithParams()
329 assertEquals(Uri.EMPTY, result.getSound()); in testUpdateNotificationChannelWithParams()
355 assertEquals(Uri.EMPTY, result.getSound()); in testUpdateNotificationChannelWithParams()
566 assertEquals(Uri.EMPTY, result.getSound()); in testCreateNotificationChannelCompatWithParams()
/core/core/src/main/java/androidx/core/app/
DNotificationChannelCompat.java279 mSound = Api26Impl.getSound(channel); in NotificationChannelCompat()
378 public @Nullable Uri getSound() { in getSound() method in NotificationChannelCompat
555 static Uri getSound(NotificationChannel notificationChannel) { in getSound() method in NotificationChannelCompat.Api26Impl
556 return notificationChannel.getSound(); in getSound()
/core/core/api/
Dapi_lint.ignore375 …android.app.Notification does not declare a `getSound()` method matching method androidx.core.app.…
377 …android.app.Notification does not declare a `getSound()` method matching method androidx.core.app.…
D1.5.0-beta02.txt194 method public android.net.Uri? getSound();
D1.5.0-beta03.txt194 method public android.net.Uri? getSound();
D1.5.0-beta01.txt194 method public android.net.Uri? getSound();
D1.6.0-beta03.txt194 method public android.net.Uri? getSound();
D1.6.0-beta01.txt194 method public android.net.Uri? getSound();
D1.6.0-beta02.txt194 method public android.net.Uri? getSound();
D1.8.0-beta02.txt203 method public android.net.Uri? getSound();
D1.7.0-beta03.txt196 method public android.net.Uri? getSound();
D1.7.0-beta01.txt196 method public android.net.Uri? getSound();
D1.7.0-beta02.txt196 method public android.net.Uri? getSound();
D1.10.0-beta01.txt207 method public android.net.Uri? getSound();
D1.11.0-beta02.txt208 method public android.net.Uri? getSound();
D1.9.0-beta01.txt207 method public android.net.Uri? getSound();
D1.11.0-beta01.txt208 method public android.net.Uri? getSound();
Drestricted_1.6.0-beta02.txt239 method public android.net.Uri? getSound();
D1.13.0-beta01.txt221 method public android.net.Uri? getSound();
Drestricted_1.6.0-beta01.txt239 method public android.net.Uri? getSound();
D1.12.0-beta01.txt217 method public android.net.Uri? getSound();
Drestricted_1.6.0-beta03.txt239 method public android.net.Uri? getSound();
Drestricted_1.5.0-beta01.txt239 method public android.net.Uri? getSound();
D1.15.0-beta01.txt222 method public android.net.Uri? getSound();

12