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

1 2 3

  /cts/tests/tests/app/src/android/app/cts/
PendingIntentTest.java 105 PendingIntent.FLAG_CANCEL_CURRENT);
144 PendingIntent.FLAG_CANCEL_CURRENT);
168 PendingIntent.FLAG_CANCEL_CURRENT);
191 PendingIntent.FLAG_CANCEL_CURRENT);
215 PendingIntent.FLAG_CANCEL_CURRENT);
233 PendingIntent.FLAG_CANCEL_CURRENT);
382 PendingIntent.FLAG_CANCEL_CURRENT);
389 PendingIntent.FLAG_CANCEL_CURRENT);
392 PendingIntent.FLAG_CANCEL_CURRENT);
416 PendingIntent.FLAG_CANCEL_CURRENT);
    [all...]
  /developers/samples/android/wearable/wear/FindMyPhone/Wearable/src/main/java/com/example/android/findphone/
FindPhoneActivity.java 45 PendingIntent.FLAG_CANCEL_CURRENT);
51 PendingIntent.FLAG_CANCEL_CURRENT);
  /development/samples/wearable/FindMyPhone/Wearable/src/main/java/com/example/android/wearable/findphone/
FindPhoneActivity.java 45 PendingIntent.FLAG_CANCEL_CURRENT);
51 PendingIntent.FLAG_CANCEL_CURRENT);
  /frameworks/base/tests/OneMedia/src/com/android/onemedia/
NotificationHelper.java 55 PendingIntent.FLAG_CANCEL_CURRENT));
58 PendingIntent.FLAG_CANCEL_CURRENT));
61 PendingIntent.FLAG_CANCEL_CURRENT));
64 PendingIntent.FLAG_CANCEL_CURRENT));
67 PendingIntent.FLAG_CANCEL_CURRENT));
70 PendingIntent.FLAG_CANCEL_CURRENT));
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/personalization/
DictionaryDecayBroadcastReciever.java 54 updateIntent, PendingIntent.FLAG_CANCEL_CURRENT);
  /development/samples/ApiDemos/src/com/example/android/apis/app/
IncomingMessage.java 115 // notification. Note the use of FLAG_CANCEL_CURRENT so that, if there
119 makeMessageIntentStack(this, from, message), PendingIntent.FLAG_CANCEL_CURRENT);
164 // notification. Note the use of FLAG_CANCEL_CURRENT so that, if there
172 intent, PendingIntent.FLAG_CANCEL_CURRENT);
  /developers/build/prebuilts/gradle/LNotifications/Application/src/main/java/com/example/android/lnotifications/
HeadsUpNotificationFragment.java 127 push, PendingIntent.FLAG_CANCEL_CURRENT);
  /developers/demos/MusicDemo/src/main/java/com/example/android/musicservicedemo/
MediaNotification.java 103 new Intent(ACTION_PAUSE).setPackage(pkg), PendingIntent.FLAG_CANCEL_CURRENT));
105 new Intent(ACTION_PLAY).setPackage(pkg), PendingIntent.FLAG_CANCEL_CURRENT));
107 new Intent(ACTION_PREV).setPackage(pkg), PendingIntent.FLAG_CANCEL_CURRENT));
109 new Intent(ACTION_NEXT).setPackage(pkg), PendingIntent.FLAG_CANCEL_CURRENT));
  /developers/samples/android/ui/notifications/LNotifications/Application/src/main/java/com/example/android/lnotifications/
HeadsUpNotificationFragment.java 127 push, PendingIntent.FLAG_CANCEL_CURRENT);
  /development/samples/browseable/LNotifications/src/com.example.android.lnotifications/
HeadsUpNotificationFragment.java 127 push, PendingIntent.FLAG_CANCEL_CURRENT);
  /developers/samples/android/wearable/wear/Geofencing/Wearable/src/main/java/com/example/android/geofencing/
HomeListenerService.java 127 checkInOperation.setAction(ACTION_CHECK_IN), PendingIntent.FLAG_CANCEL_CURRENT);
130 PendingIntent.FLAG_CANCEL_CURRENT);
  /development/samples/wearable/Geofencing/Wearable/src/main/java/com/example/android/wearable/geofencing/
HomeListenerService.java 127 checkInOperation.setAction(ACTION_CHECK_IN), PendingIntent.FLAG_CANCEL_CURRENT);
130 PendingIntent.FLAG_CANCEL_CURRENT);
  /developers/samples/android/wearable/wear/ElizaChat/Application/src/main/java/com/example/android/elizachat/
ResponderService.java 103 PendingIntent.FLAG_ONE_SHOT | PendingIntent.FLAG_CANCEL_CURRENT);
  /development/samples/wearable/ElizaChat/Application/src/main/java/com/example/android/wearable/elizachat/
ResponderService.java 103 PendingIntent.FLAG_ONE_SHOT | PendingIntent.FLAG_CANCEL_CURRENT);
  /frameworks/base/tests/DozeTest/src/com/android/dreams/dozetest/
DozeTestDream.java 86 PendingIntent.FLAG_CANCEL_CURRENT);
  /frameworks/support/v4/jellybean-mr2/android/support/v4/media/
TransportMediatorJellybeanMR2.java 113 PendingIntent.FLAG_CANCEL_CURRENT);
  /packages/apps/Gallery2/src/com/android/gallery3d/gadget/
PhotoAppWidgetProvider.java 121 clickIntent, PendingIntent.FLAG_CANCEL_CURRENT);
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/dictionarypack/
DictionaryService.java 203 updateIntent, PendingIntent.FLAG_CANCEL_CURRENT);
  /frameworks/base/core/java/android/app/
PendingIntent.java 88 * {@link #FLAG_CANCEL_CURRENT} or {@link #FLAG_UPDATE_CURRENT} to either
100 FLAG_CANCEL_CURRENT,
141 public static final int FLAG_CANCEL_CURRENT = 1<<28;
241 * {@link #FLAG_CANCEL_CURRENT}, {@link #FLAG_UPDATE_CURRENT},
272 * {@link #FLAG_CANCEL_CURRENT}, {@link #FLAG_UPDATE_CURRENT},
364 * {@link #FLAG_CANCEL_CURRENT}, {@link #FLAG_UPDATE_CURRENT},
414 * {@link #FLAG_CANCEL_CURRENT}, {@link #FLAG_UPDATE_CURRENT},
484 * {@link #FLAG_CANCEL_CURRENT}, {@link #FLAG_UPDATE_CURRENT},
538 * {@link #FLAG_CANCEL_CURRENT}, {@link #FLAG_UPDATE_CURRENT},
    [all...]
  /packages/providers/CalendarProvider/src/com/android/providers/calendar/
CalendarAlarmManager.java 170 PendingIntent.FLAG_CANCEL_CURRENT);
237 mContext, 0, intent, PendingIntent.FLAG_CANCEL_CURRENT);
  /frameworks/base/packages/Shell/src/com/android/shell/
BugreportReceiver.java 93 context, 0, notifIntent, PendingIntent.FLAG_CANCEL_CURRENT))
  /frameworks/base/tests/StatusBar/src/com/android/statusbartest/
StatusBarTest.java 172 PendingIntent.FLAG_CANCEL_CURRENT);
  /cts/tests/tests/location2/src/android/location2/cts/
LocationManagerTest.java 268 PendingIntent.FLAG_CANCEL_CURRENT);
  /packages/apps/DeskClock/src/com/android/alarmclock/
DigitalAppWidgetProvider.java 265 new Intent(ACTION_ON_QUARTER_HOUR), PendingIntent.FLAG_CANCEL_CURRENT);
  /packages/experimental/NotificationShowcase/src/com/android/example/notificationshowcase/
NotificationService.java 76 PendingIntent.FLAG_CANCEL_CURRENT);

Completed in 580 milliseconds

1 2 3