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

1 2

  /frameworks/base/packages/MtpDocumentsProvider/src/com/android/mtp/
ServiceIntentSender.java 87 .setFlag(Notification.FLAG_NO_CLEAR, true)
  /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/services/Telecomm/src/com/android/server/telecom/settings/
BlockedNumbersUtil.java 113 notification.flags |= Notification.FLAG_NO_CLEAR;
  /sdk/apps/SdkController/src/com/android/tools/sdkcontroller/service/
ControllerService.java 301 n.flags |= Notification.FLAG_ONGOING_EVENT | Notification.FLAG_NO_CLEAR;
  /frameworks/base/packages/SystemUI/tests/src/com/android/systemui/
ForegroundServiceControllerTest.java 206 null, Notification.FLAG_NO_CLEAR);
218 null, Notification.FLAG_NO_CLEAR);
376 0, "AlertWindowNotification", Notification.FLAG_NO_CLEAR);
  /frameworks/base/core/java/android/service/notification/
StatusBarNotification.java 238 * {@link Notification#FLAG_NO_CLEAR}.
242 && ((notification.flags & Notification.FLAG_NO_CLEAR) == 0);
  /packages/apps/Settings/src/com/android/settings/bluetooth/
BluetoothPermissionRequest.java 187 notification.flags |= Notification.FLAG_NO_CLEAR; // Cannot be set with the builder.
  /frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
NotificationManagerServiceTest.java     [all...]
  /frameworks/base/services/core/java/com/android/server/storage/
DeviceStorageMonitorService.java 499 notification.flags |= Notification.FLAG_NO_CLEAR;
  /packages/apps/Car/LocalMediaPlayer/src/com/android/car/media/localmediaplayer/
Player.java 366 notification.flags |= Notification.FLAG_NO_CLEAR;
  /frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
GlobalScreenshot.java 200 mNotificationBuilder.setFlag(Notification.FLAG_NO_CLEAR, true);
382 .setFlag(Notification.FLAG_NO_CLEAR, false);
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/sap/
SapServer.java 302 notification.flags |= Notification.FLAG_NO_CLEAR | Notification.FLAG_ONLY_ALERT_ONCE;
    [all...]
  /frameworks/support/compat/src/main/java/androidx/core/app/
NotificationCompat.java 158 public static final int FLAG_NO_CLEAR = 0x00000020;
    [all...]
  /frameworks/base/services/core/java/com/android/server/notification/
NotificationManagerService.java     [all...]
  /frameworks/base/core/java/android/app/
Notification.java 560 public static final int FLAG_NO_CLEAR = 0x00000020;
    [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 
  /prebuilts/sdk/11/
android.jar 

Completed in 399 milliseconds

1 2