Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/usb/
DStorageNotification.java304 mUsbStorageNotification.defaults |= Notification.DEFAULT_SOUND; in setUsbStorageNotification()
306 mUsbStorageNotification.defaults &= ~Notification.DEFAULT_SOUND; in setUsbStorageNotification()
390 mMediaStorageNotification.defaults &= ~Notification.DEFAULT_SOUND; in setMediaStorageNotification()
/frameworks/base/location/java/com/android/internal/location/
DGpsNetInitiatedHandler.java203 mNiNotification.defaults |= Notification.DEFAULT_SOUND; in setNiNotification()
205 mNiNotification.defaults &= ~Notification.DEFAULT_SOUND; in setNiNotification()
/frameworks/base/core/java/android/app/
DNotification.java61 public static final int DEFAULT_SOUND = 1; field in Notification
607 } else if ((this.defaults & DEFAULT_SOUND) != 0) { in toString()
/frameworks/base/tests/StatusBar/src/com/android/statusbartest/
DNotificationBuilderTest.java347 defaults |= Notification.DEFAULT_SOUND; in buildNotification()
DNotificationTestList.java300 n.defaults |= Notification.DEFAULT_SOUND ;
/frameworks/base/docs/html/guide/topics/ui/notifiers/
Dnotifications.jd228 <p>To use the user's default sound, add "DEFAULT_SOUND" to the <var>defaults</var> field:</p>
230 notification.defaults |= Notification.DEFAULT_SOUND;
258 {@link android.app.Notification#DEFAULT_SOUND}, then the default sound overrides any sound defined
/frameworks/base/services/java/com/android/server/
DNotificationManagerService.java799 (notification.defaults & Notification.DEFAULT_SOUND) != 0; in enqueueNotificationInternal()
DThrottleService.java681 mThrottlingNotification.defaults &= ~Notification.DEFAULT_SOUND; in postNotification()
/frameworks/base/services/java/com/android/server/connectivity/
DTethering.java451 mTetheredNotification.defaults &= ~Notification.DEFAULT_SOUND; in showTetheredNotification()
/frameworks/base/wifi/java/android/net/wifi/p2p/
DWifiP2pService.java1320 mNotification.defaults &= ~Notification.DEFAULT_SOUND; in showNotification()
/frameworks/base/api/
Dcurrent.txt3598 field public static final int DEFAULT_SOUND = 1; // 0x1
D14.txt3598 field public static final int DEFAULT_SOUND = 1; // 0x1