Home
last modified time | relevance | path

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

/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DBadgeExtractorTest.java77 .setDefaults(Notification.DEFAULT_SOUND); in getNotificationRecord()
107 .setDefaults(Notification.DEFAULT_SOUND) in getNotificationRecordWithBubble()
132 .setDefaults(Notification.DEFAULT_SOUND) in getNotificationRecordWithMedia()
DImportanceExtractorTest.java64 .setDefaults(Notification.DEFAULT_SOUND); in getNotificationRecord()
DBubbleExtractorTest.java114 .setDefaults(Notification.DEFAULT_SOUND); in getNotificationRecord()
DNotificationRecordTest.java164 defaults |= Notification.DEFAULT_SOUND; in getNotification()
DNotificationAttentionHelperTest.java465 defaults |= Notification.DEFAULT_SOUND; in getNotificationRecord()
/frameworks/base/tests/StatusBar/src/com/android/statusbartest/
DNotificationBuilderTest.java427 defaults |= Notification.DEFAULT_SOUND; in buildNotification()
/frameworks/base/services/core/java/com/android/server/notification/
DNotificationUsageStats.java458 if ((n.defaults & Notification.DEFAULT_SOUND) != 0 || in countApiUse()
DNotificationRecord.java275 final boolean useDefaultSound = (n.defaults & Notification.DEFAULT_SOUND) != 0; in calculateSound()
/frameworks/base/core/tests/coretests/src/android/app/
DNotificationTest.java22 import static android.app.Notification.DEFAULT_SOUND;
583 assertEquals(0, (silentNotif.defaults & DEFAULT_SOUND)); in testBuilder_setSilent_noDefaultSound()
/frameworks/base/core/java/android/app/
DNotification.java248 public static final int DEFAULT_SOUND = 1; field in Notification
3830 if ((this.defaults & DEFAULT_SOUND) != 0) { in toString()
4005 if ((defaults & DEFAULT_SOUND) != 0) { in defaultsToString()
4007 defaults &= ~DEFAULT_SOUND; in defaultsToString()
4758 mN.defaults &= ~DEFAULT_SOUND; in setSilent()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt4579 field public static final int DEFAULT_SOUND = 1; // 0x1
/frameworks/base/core/api/
Dcurrent.txt6431 field public static final int DEFAULT_SOUND = 1; // 0x1