HomeSort by relevance Sort by last modified time
    Searched refs:FLAG_ONGOING_EVENT (Results 1 - 25 of 54) sorted by null

1 2 3

  /frameworks/base/core/java/android/service/notification/
StatusBarNotification.java 230 * {@link Notification#FLAG_ONGOING_EVENT}.
233 return (notification.flags & Notification.FLAG_ONGOING_EVENT) != 0;
237 * either {@link Notification#FLAG_ONGOING_EVENT} or
241 return ((notification.flags & Notification.FLAG_ONGOING_EVENT) == 0)
  /external/sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/activity/
TriggerService.java 115 notification.flags = Notification.FLAG_NO_CLEAR | Notification.FLAG_ONGOING_EVENT;
ScriptingLayerService.java 118 mNotification.flags = Notification.FLAG_NO_CLEAR | Notification.FLAG_ONGOING_EVENT;
  /frameworks/support/compat/api26/android/support/v4/app/
NotificationCompatApi26.java 57 .setOngoing((n.flags & Notification.FLAG_ONGOING_EVENT) != 0)
  /packages/apps/Launcher3/src/com/android/launcher3/notification/
NotificationInfo.java 91 dismissable = (notification.flags & Notification.FLAG_ONGOING_EVENT) == 0;
NotificationListener.java 228 if ((notification.flags & Notification.FLAG_ONGOING_EVENT) != 0) {
  /sdk/apps/SdkController/src/com/android/tools/sdkcontroller/service/
ControllerService.java 301 n.flags |= Notification.FLAG_ONGOING_EVENT | Notification.FLAG_NO_CLEAR;
  /frameworks/support/compat/api24/android/support/v4/app/
NotificationCompatApi24.java 67 .setOngoing((n.flags & Notification.FLAG_ONGOING_EVENT) != 0)
  /frameworks/support/compat/kitkat/android/support/v4/app/
NotificationCompatKitKat.java 58 .setOngoing((n.flags & Notification.FLAG_ONGOING_EVENT) != 0)
  /frameworks/support/compat/api20/android/support/v4/app/
NotificationCompatApi20.java 66 .setOngoing((n.flags & Notification.FLAG_ONGOING_EVENT) != 0)
  /frameworks/support/compat/api21/android/support/v4/app/
NotificationCompatApi21.java 92 .setOngoing((n.flags & Notification.FLAG_ONGOING_EVENT) != 0)
  /frameworks/base/packages/SystemUI/tests/src/com/android/systemui/
ForegroundServiceControllerTest.java 286 n.flags = Notification.FLAG_ONGOING_EVENT;
  /frameworks/base/services/tests/notification/src/com/android/server/notification/
NotificationComparatorTest.java 167 .setFlag(Notification.FLAG_ONGOING_EVENT
NotificationManagerServiceTest.java 465 Notification.FLAG_ONGOING_EVENT | Notification.FLAG_FOREGROUND_SERVICE;
468 sbn.getNotification().flags = Notification.FLAG_ONGOING_EVENT;
    [all...]
  /frameworks/support/compat/jellybean/android/support/v4/app/
NotificationCompatJellybean.java 93 .setOngoing((n.flags & Notification.FLAG_ONGOING_EVENT) != 0)
  /frameworks/support/compat/java/android/support/v4/app/
NotificationCompat.java 116 public static final int FLAG_ONGOING_EVENT = 0x00000002;
629 .setOngoing((n.flags & Notification.FLAG_ONGOING_EVENT) != 0)
    [all...]
  /frameworks/base/tests/StatusBar/src/com/android/statusbartest/
NotificationTestList.java 382 .setFlag(Notification.FLAG_ONGOING_EVENT, true)
    [all...]
  /frameworks/support/v7/appcompat/src/android/support/v7/app/
NotificationCompatImplBase.java 130 n.flags |= Notification.FLAG_ONGOING_EVENT;
  /frameworks/base/services/core/java/com/android/server/notification/
NotificationManagerService.java 607 Notification.FLAG_ONGOING_EVENT | Notification.FLAG_FOREGROUND_SERVICE,
    [all...]
NotificationUsageStats.java 420 if ((n.flags & Notification.FLAG_ONGOING_EVENT) != 0) {
    [all...]
  /packages/apps/Music/src/com/android/music/
MediaPlaybackService.java     [all...]
  /frameworks/base/core/java/android/app/
Notification.java 493 public static final int FLAG_ONGOING_EVENT = 0x00000002;
    [all...]
  /frameworks/base/services/core/java/com/android/server/content/
SyncManager.java     [all...]
  /prebuilts/sdk/current/support/compat/libs/
android-support-compat.jar 
  /external/robolectric/v1/lib/main/
android.jar 

Completed in 579 milliseconds

1 2 3