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

1 2

  /external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
ShadowNotification.java 50 return ((realNotification.flags & Notification.FLAG_ONGOING_EVENT) == Notification.FLAG_ONGOING_EVENT);
  /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/service/
TriggerService.java 132 notification.flags = Notification.FLAG_NO_CLEAR | Notification.FLAG_ONGOING_EVENT;
ScriptingLayerService.java 132 mNotification.flags = Notification.FLAG_NO_CLEAR | Notification.FLAG_ONGOING_EVENT;
  /packages/apps/Launcher3/src/com/android/launcher3/notification/
NotificationInfo.java 91 dismissable = (notification.flags & Notification.FLAG_ONGOING_EVENT) == 0;
NotificationListener.java 375 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/base/services/tests/uiservicestests/src/com/android/server/notification/
NotificationComparatorTest.java 172 .setFlag(Notification.FLAG_ONGOING_EVENT
NotificationManagerServiceTest.java     [all...]
  /frameworks/support/compat/src/main/java/androidx/core/app/
NotificationCompatBuilder.java 76 .setOngoing((n.flags & Notification.FLAG_ONGOING_EVENT) != 0)
NotificationCompat.java 133 public static final int FLAG_ONGOING_EVENT = 0x00000002;
    [all...]
  /frameworks/base/packages/SystemUI/tests/src/com/android/systemui/
ForegroundServiceControllerTest.java 480 n.flags = Notification.FLAG_ONGOING_EVENT;
  /frameworks/base/tests/StatusBar/src/com/android/statusbartest/
NotificationTestList.java 421 .setFlag(Notification.FLAG_ONGOING_EVENT, true)
    [all...]
  /frameworks/base/services/core/java/com/android/server/notification/
NotificationUsageStats.java 436 if ((n.flags & Notification.FLAG_ONGOING_EVENT) != 0) {
    [all...]
NotificationManagerService.java     [all...]
  /frameworks/base/core/java/android/app/
Notification.java 532 public static final int FLAG_ONGOING_EVENT = 0x00000002;
    [all...]
  /frameworks/base/services/core/java/com/android/server/content/
SyncManager.java     [all...]
  /external/robolectric/v1/lib/main/
android.jar 
  /external/robolectric/v3/runtime/
android-all-4.1.2_r1-robolectric-0.jar 
android-all-4.2.2_r1.2-robolectric-0.jar 
android-all-4.3_r2-robolectric-0.jar 
  /prebuilts/misc/common/robolectric/android-all/
android-all-4.1.2_r1-robolectric-0.jar 
android-all-4.2.2_r1.2-robolectric-0.jar 
android-all-4.3_r2-robolectric-0.jar 
  /prebuilts/sdk/10/
android.jar 

Completed in 541 milliseconds

1 2