Searched refs:FLAG_ONGOING_EVENT (Results 1 - 20 of 20) sorted by relevance

/frameworks/base/tests/FrameworkPerf/src/com/android/frameworkperf/
H A DSchedulerService.java31 status.flags |= Notification.FLAG_ONGOING_EVENT;
/frameworks/support/v4/honeycomb/android/support/v4/app/
H A DNotificationCompatHoneycomb.java38 .setOngoing((n.flags & Notification.FLAG_ONGOING_EVENT) != 0)
/frameworks/support/v4/ics/android/support/v4/app/
H A DNotificationCompatIceCreamSandwich.java39 .setOngoing((n.flags & Notification.FLAG_ONGOING_EVENT) != 0)
/frameworks/base/core/java/android/service/notification/
H A DStatusBarNotification.java171 * {@link Notification#FLAG_ONGOING_EVENT}.
174 return (notification.flags & Notification.FLAG_ONGOING_EVENT) != 0;
178 * either {@link Notification#FLAG_ONGOING_EVENT} or
182 return ((notification.flags & Notification.FLAG_ONGOING_EVENT) == 0)
/frameworks/base/tests/StatusBar/src/com/android/statusbartest/
H A DNotificationTestList.java122 n.flags |= Notification.FLAG_ONGOING_EVENT;
180 n.flags |= Notification.FLAG_ONGOING_EVENT;
285 n.flags |= Notification.FLAG_ONGOING_EVENT;
296 //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/base/packages/SystemUI/src/com/android/systemui/usb/
H A DStorageNotification.java304 mUsbStorageNotification.flags = Notification.FLAG_ONGOING_EVENT;
396 mMediaStorageNotification.flags = Notification.FLAG_ONGOING_EVENT;
/frameworks/support/v4/api20/android/support/v4/app/
H A DNotificationCompatApi20.java53 .setOngoing((n.flags & Notification.FLAG_ONGOING_EVENT) != 0)
/frameworks/support/v4/kitkat/android/support/v4/app/
H A DNotificationCompatKitKat.java54 .setOngoing((n.flags & Notification.FLAG_ONGOING_EVENT) != 0)
/frameworks/support/v4/api21/android/support/v4/app/
H A DNotificationCompatApi21.java77 .setOngoing((n.flags & Notification.FLAG_ONGOING_EVENT) != 0)
/frameworks/base/location/java/com/android/internal/location/
H A DGpsNetInitiatedHandler.java383 mNiNotification.flags = Notification.FLAG_ONGOING_EVENT | Notification.FLAG_AUTO_CANCEL;
/frameworks/support/v4/jellybean/android/support/v4/app/
H A DNotificationCompatJellybean.java85 .setOngoing((n.flags & Notification.FLAG_ONGOING_EVENT) != 0)
/frameworks/base/services/usb/java/com/android/server/usb/
H A DUsbDeviceManager.java733 notification.flags = Notification.FLAG_ONGOING_EVENT;
771 notification.flags = Notification.FLAG_ONGOING_EVENT;
/frameworks/base/services/core/java/com/android/server/
H A DUiModeManagerService.java600 n.flags = Notification.FLAG_ONGOING_EVENT;
H A DInputMethodManagerService.java657 mImeSwitcherNotification.flags = Notification.FLAG_ONGOING_EVENT;
/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationManagerService.java575 Notification.FLAG_ONGOING_EVENT | Notification.FLAG_FOREGROUND_SERVICE,
1341 Notification.FLAG_ONGOING_EVENT | Notification.FLAG_FOREGROUND_SERVICE,
1738 // NoMan adds flags FLAG_NO_CLEAR and FLAG_ONGOING_EVENT when it sees
1813 0 != (notification.flags & Notification.FLAG_ONGOING_EVENT)) {
1895 notification.flags |= Notification.FLAG_ONGOING_EVENT
2697 if ((r.getFlags() & (Notification.FLAG_ONGOING_EVENT
/frameworks/support/v4/java/android/support/v4/app/
H A DNotificationCompat.java102 public static final int FLAG_ONGOING_EVENT = 0x00000002; field in class:NotificationCompat
1196 setFlag(Notification.FLAG_ONGOING_EVENT, ongoing);
/frameworks/base/services/core/java/com/android/server/connectivity/
H A DTethering.java480 mTetheredNotification.flags = Notification.FLAG_ONGOING_EVENT;
/frameworks/base/core/java/android/app/
H A DNotification.java396 public static final int FLAG_ONGOING_EVENT = 0x00000002; field in class:Notification
2408 * @see Notification#FLAG_ONGOING_EVENT
2412 setFlag(FLAG_ONGOING_EVENT, ongoing);
/frameworks/base/services/core/java/com/android/server/content/
H A DSyncManager.java3123 notification.flags |= Notification.FLAG_ONGOING_EVENT;
/frameworks/base/services/core/java/com/android/server/am/
H A DActivityManagerService.java1582 notification.flags = Notification.FLAG_ONGOING_EVENT;

Completed in 428 milliseconds