Home
last modified time | relevance | path

Searched refs:FLAG_ONGOING_EVENT (Results 1 – 23 of 23) sorted by relevance

/frameworks/base/tests/FrameworkPerf/src/com/android/frameworkperf/
DSchedulerService.java31 status.flags |= Notification.FLAG_ONGOING_EVENT; in onStartCommand()
/frameworks/base/core/java/android/service/notification/
DStatusBarNotification.java174 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/
DNotificationTestList.java122 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/
DNotificationCompatHoneycomb.java38 .setOngoing((n.flags & Notification.FLAG_ONGOING_EVENT) != 0) in add()
/frameworks/support/v4/ics/android/support/v4/app/
DNotificationCompatIceCreamSandwich.java39 .setOngoing((n.flags & Notification.FLAG_ONGOING_EVENT) != 0) in add()
/frameworks/base/packages/SystemUI/src/com/android/systemui/usb/
DStorageNotification.java304 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/
DNotificationCompatKitKat.java54 .setOngoing((n.flags & Notification.FLAG_ONGOING_EVENT) != 0) in Builder()
/frameworks/support/v4/api20/android/support/v4/app/
DNotificationCompatApi20.java53 .setOngoing((n.flags & Notification.FLAG_ONGOING_EVENT) != 0) in Builder()
/frameworks/support/v4/api21/android/support/v4/app/
DNotificationCompatApi21.java77 .setOngoing((n.flags & Notification.FLAG_ONGOING_EVENT) != 0) in Builder()
/frameworks/base/location/java/com/android/internal/location/
DGpsNetInitiatedHandler.java383 mNiNotification.flags = Notification.FLAG_ONGOING_EVENT | Notification.FLAG_AUTO_CANCEL; in setNiNotification()
/frameworks/base/services/usb/java/com/android/server/usb/
DUsbDeviceManager.java733 notification.flags = Notification.FLAG_ONGOING_EVENT;
771 notification.flags = Notification.FLAG_ONGOING_EVENT;
/frameworks/support/v4/jellybean/android/support/v4/app/
DNotificationCompatJellybean.java85 .setOngoing((n.flags & Notification.FLAG_ONGOING_EVENT) != 0) in Builder()
/frameworks/base/services/core/java/com/android/server/
DUiModeManagerService.java600 n.flags = Notification.FLAG_ONGOING_EVENT; in adjustStatusBarCarModeLocked()
DInputMethodManagerService.java657 mImeSwitcherNotification.flags = Notification.FLAG_ONGOING_EVENT; in InputMethodManagerService()
/frameworks/base/services/core/java/com/android/server/notification/
DNotificationManagerService.java575 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/
DNotificationCompat.java102 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/
DNotification.java396 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/
DTethering.java480 mTetheredNotification.flags = Notification.FLAG_ONGOING_EVENT; in showTetheredNotification()
/frameworks/base/docs/html/guide/topics/media/
Dmediaplayer.jd429 notification.flags |= Notification.FLAG_ONGOING_EVENT;
/frameworks/base/services/core/java/com/android/server/content/
DSyncManager.java3123 notification.flags |= Notification.FLAG_ONGOING_EVENT; in installHandleTooManyDeletesNotification()
/frameworks/base/services/core/java/com/android/server/am/
DActivityManagerService.java1582 notification.flags = Notification.FLAG_ONGOING_EVENT; in handleMessage()
/frameworks/base/api/
Dsystem-current.txt4700 field public static final int FLAG_ONGOING_EVENT = 2; // 0x2
Dcurrent.txt4610 field public static final int FLAG_ONGOING_EVENT = 2; // 0x2