Searched refs:defaults (Results 1 - 14 of 14) sorted by relevance

/frameworks/support/v4/honeycomb/android/support/v4/app/
H A DNotificationCompatHoneycomb.java41 .setDefaults(n.defaults)
/frameworks/support/v4/java/android/support/v4/app/
H A DNotificationCompat.java103 // Set defaults to match the defaults of a Notification
364 public Builder setDefaults(int defaults) { argument
365 mNotification.defaults = defaults;
366 if ((defaults & Notification.DEFAULT_LIGHTS) != 0) {
/frameworks/base/tests/StatusBar/src/com/android/statusbartest/
H A DNotificationBuilderTest.java347 // defaults
348 int defaults = 0;
350 defaults |= Notification.DEFAULT_SOUND;
353 defaults |= Notification.DEFAULT_VIBRATE;
356 defaults |= Notification.DEFAULT_LIGHTS;
358 b.setDefaults(defaults);
H A DNotificationTestList.java308 n.defaults |= Notification.DEFAULT_SOUND ;
437 n.defaults |= Notification.DEFAULT_ALL;
446 n.defaults |= Notification.DEFAULT_ALL;
627 n.defaults = Notification.DEFAULT_VIBRATE;
/frameworks/base/core/java/android/app/
H A DNotification.java70 * @see #defaults
80 * @see #defaults
90 * @see #defaults
212 * To play the default notification sound, see {@link #defaults}.
235 * To vibrate the default pattern, see {@link #defaults}.
269 * Specifies which values should be taken from the defaults.
276 public int defaults; field in class:Notification
290 * you pass are honored exactly. Use the system defaults (TODO) if possible
570 defaults = parcel.readInt();
640 that.defaults
1307 setDefaults(int defaults) argument
[all...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/usb/
H A DStorageNotification.java304 mUsbStorageNotification.defaults |= Notification.DEFAULT_SOUND;
306 mUsbStorageNotification.defaults &= ~Notification.DEFAULT_SOUND;
390 mMediaStorageNotification.defaults &= ~Notification.DEFAULT_SOUND;
/frameworks/base/location/java/com/android/internal/location/
H A DGpsNetInitiatedHandler.java203 mNiNotification.defaults |= Notification.DEFAULT_SOUND;
205 mNiNotification.defaults &= ~Notification.DEFAULT_SOUND;
/frameworks/base/services/java/com/android/server/
H A DNotificationManagerService.java343 pw.println(prefix + " defaults=0x" + Integer.toHexString(notification.defaults));
1023 (notification.defaults & Notification.DEFAULT_SOUND) != 0;
1057 (notification.defaults & Notification.DEFAULT_VIBRATE) != 0;
1319 if ((mLedNotification.notification.defaults & Notification.DEFAULT_LIGHTS) != 0) {
H A DThrottleService.java681 mThrottlingNotification.defaults &= ~Notification.DEFAULT_SOUND;
H A DUiModeManagerService.java639 n.defaults = Notification.DEFAULT_LIGHTS;
H A DInputMethodManagerService.java586 mImeSwitcherNotification.defaults = 0; // please be quiet
/frameworks/base/services/java/com/android/server/usb/
H A DUsbDeviceManager.java577 // restore defaults when USB is disconnected
649 notification.defaults = 0; // please be quiet
683 notification.defaults = 0; // please be quiet
/frameworks/base/services/java/com/android/server/connectivity/
H A DTethering.java472 mTetheredNotification.defaults &= ~Notification.DEFAULT_SOUND;
/frameworks/base/services/java/com/android/server/am/
H A DActivityManagerService.java1144 notification.defaults = 0; // please be quiet

Completed in 314 milliseconds