Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/usb/
DStorageNotification.java347 ((mMediaStorageNotification.flags & Notification.FLAG_AUTO_CANCEL) == in getMediaStorageNotificationDismissable()
348 Notification.FLAG_AUTO_CANCEL)) in getMediaStorageNotificationDismissable()
393 mMediaStorageNotification.flags = Notification.FLAG_AUTO_CANCEL; in setMediaStorageNotification()
/frameworks/base/tests/FixVibrateSetting/src/com/android/fixvibratesetting/
DFixVibrateSetting.java119 n.flags |= Notification.FLAG_AUTO_CANCEL; in test()
/frameworks/base/core/java/android/app/
DNotification.java284 public static final int FLAG_AUTO_CANCEL = 0x00000010; field in Notification
910 setFlag(FLAG_AUTO_CANCEL, autoCancel); in setAutoCancel()
/frameworks/base/location/java/com/android/internal/location/
DGpsNetInitiatedHandler.java208 mNiNotification.flags = Notification.FLAG_ONGOING_EVENT | Notification.FLAG_AUTO_CANCEL; in setNiNotification()
/frameworks/base/docs/html/guide/topics/ui/notifiers/
Dnotifications.jd148 window, add the "FLAG_AUTO_CANCEL" flag to your {@link android.app.Notification}. You can
327 <dt>{@link android.app.Notification#FLAG_AUTO_CANCEL} flag</dt>
/frameworks/base/services/java/com/android/server/
DNotificationManagerService.java260 cancelNotification(pkg, tag, id, Notification.FLAG_AUTO_CANCEL,
DWifiService.java1695 mNotification.flags = Notification.FLAG_AUTO_CANCEL; in setNotificationVisible()
/frameworks/base/telephony/java/com/android/internal/telephony/gsm/
DGsmServiceStateTracker.java1551 mNotification.flags = Notification.FLAG_AUTO_CANCEL; in setNotification()
/frameworks/base/api/
Dcurrent.txt3600 field public static final int FLAG_AUTO_CANCEL = 16; // 0x10
D14.txt3600 field public static final int FLAG_AUTO_CANCEL = 16; // 0x10