/frameworks/base/tests/FrameworkPerf/src/com/android/frameworkperf/ |
D | SchedulerService.java | 31 status.flags |= Notification.FLAG_ONGOING_EVENT; in onStartCommand()
|
/frameworks/base/core/java/android/service/notification/ |
D | StatusBarNotification.java | 174 return (notification.flags & Notification.FLAG_ONGOING_EVENT) != 0; in isOngoing() 182 return ((notification.flags & Notification.FLAG_ONGOING_EVENT) == 0) in isClearable()
|
/frameworks/base/tests/StatusBar/src/com/android/statusbartest/ |
D | NotificationTestList.java | 122 n.flags |= Notification.FLAG_ONGOING_EVENT; 180 n.flags |= Notification.FLAG_ONGOING_EVENT; 285 n.flags |= Notification.FLAG_ONGOING_EVENT; 335 n.flags |= Notification.FLAG_ONGOING_EVENT; 647 n.flags |= Notification.FLAG_ONGOING_EVENT; 725 n.flags |= Notification.FLAG_ONGOING_EVENT;
|
/frameworks/support/v4/honeycomb/android/support/v4/app/ |
D | NotificationCompatHoneycomb.java | 38 .setOngoing((n.flags & Notification.FLAG_ONGOING_EVENT) != 0) in add()
|
/frameworks/support/v4/ics/android/support/v4/app/ |
D | NotificationCompatIceCreamSandwich.java | 39 .setOngoing((n.flags & Notification.FLAG_ONGOING_EVENT) != 0) in add()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/usb/ |
D | StorageNotification.java | 304 mUsbStorageNotification.flags = Notification.FLAG_ONGOING_EVENT; in setUsbStorageNotification() 396 mMediaStorageNotification.flags = Notification.FLAG_ONGOING_EVENT; in setMediaStorageNotification()
|
/frameworks/support/v4/kitkat/android/support/v4/app/ |
D | NotificationCompatKitKat.java | 54 .setOngoing((n.flags & Notification.FLAG_ONGOING_EVENT) != 0) in Builder()
|
/frameworks/support/v4/api20/android/support/v4/app/ |
D | NotificationCompatApi20.java | 53 .setOngoing((n.flags & Notification.FLAG_ONGOING_EVENT) != 0) in Builder()
|
/frameworks/support/v4/api21/android/support/v4/app/ |
D | NotificationCompatApi21.java | 77 .setOngoing((n.flags & Notification.FLAG_ONGOING_EVENT) != 0) in Builder()
|
/frameworks/base/location/java/com/android/internal/location/ |
D | GpsNetInitiatedHandler.java | 383 mNiNotification.flags = Notification.FLAG_ONGOING_EVENT | Notification.FLAG_AUTO_CANCEL; in setNiNotification()
|
/frameworks/base/services/usb/java/com/android/server/usb/ |
D | UsbDeviceManager.java | 733 notification.flags = Notification.FLAG_ONGOING_EVENT; 771 notification.flags = Notification.FLAG_ONGOING_EVENT;
|
/frameworks/support/v4/jellybean/android/support/v4/app/ |
D | NotificationCompatJellybean.java | 85 .setOngoing((n.flags & Notification.FLAG_ONGOING_EVENT) != 0) in Builder()
|
/frameworks/base/services/core/java/com/android/server/ |
D | UiModeManagerService.java | 600 n.flags = Notification.FLAG_ONGOING_EVENT; in adjustStatusBarCarModeLocked()
|
D | InputMethodManagerService.java | 657 mImeSwitcherNotification.flags = Notification.FLAG_ONGOING_EVENT; in InputMethodManagerService()
|
/frameworks/base/services/core/java/com/android/server/notification/ |
D | NotificationManagerService.java | 575 Notification.FLAG_ONGOING_EVENT | Notification.FLAG_FOREGROUND_SERVICE, 1341 Notification.FLAG_ONGOING_EVENT | Notification.FLAG_FOREGROUND_SERVICE, 1813 0 != (notification.flags & Notification.FLAG_ONGOING_EVENT)) { in enqueueNotificationInternal() 1895 notification.flags |= Notification.FLAG_ONGOING_EVENT in enqueueNotificationInternal() 2697 if ((r.getFlags() & (Notification.FLAG_ONGOING_EVENT in cancelAllLocked()
|
/frameworks/support/v4/java/android/support/v4/app/ |
D | NotificationCompat.java | 102 public static final int FLAG_ONGOING_EVENT = 0x00000002; field in NotificationCompat 1196 setFlag(Notification.FLAG_ONGOING_EVENT, ongoing); in setOngoing()
|
/frameworks/base/core/java/android/app/ |
D | Notification.java | 396 public static final int FLAG_ONGOING_EVENT = 0x00000002; field in Notification 2412 setFlag(FLAG_ONGOING_EVENT, ongoing);
|
/frameworks/base/services/core/java/com/android/server/connectivity/ |
D | Tethering.java | 480 mTetheredNotification.flags = Notification.FLAG_ONGOING_EVENT; in showTetheredNotification()
|
/frameworks/base/docs/html/guide/topics/media/ |
D | mediaplayer.jd | 429 notification.flags |= Notification.FLAG_ONGOING_EVENT;
|
/frameworks/base/services/core/java/com/android/server/content/ |
D | SyncManager.java | 3123 notification.flags |= Notification.FLAG_ONGOING_EVENT; in installHandleTooManyDeletesNotification()
|
/frameworks/base/services/core/java/com/android/server/am/ |
D | ActivityManagerService.java | 1582 notification.flags = Notification.FLAG_ONGOING_EVENT; in handleMessage()
|
/frameworks/base/api/ |
D | system-current.txt | 4700 field public static final int FLAG_ONGOING_EVENT = 2; // 0x2
|
D | current.txt | 4610 field public static final int FLAG_ONGOING_EVENT = 2; // 0x2
|