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

1 2

  /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...]
  /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);
  /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);
  /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);
  /packages/experimental/NotificationShowcase/src/com/android/example/notificationshowcase/
NotificationService.java 71 PendingIntent.FLAG_CANCEL_CURRENT);
  /packages/services/Telephony/src/com/android/phone/
CallerInfoCache.java 194 PendingIntent.getBroadcast(mContext, 0, intent, PendingIntent.FLAG_CANCEL_CURRENT);
  /cts/tests/tests/location2/src/android/location2/cts/
LocationManagerTest.java 263 PendingIntent.FLAG_CANCEL_CURRENT);
  /packages/apps/DeskClock/src/com/android/alarmclock/
DigitalAppWidgetProvider.java 266 new Intent(ACTION_ON_QUARTER_HOUR), PendingIntent.FLAG_CANCEL_CURRENT);
  /packages/apps/Calendar/src/com/android/calendar/alerts/
AlertReceiver.java 656 PendingIntent.FLAG_CANCEL_CURRENT);
    [all...]
  /cts/tests/tests/accessibilityservice/src/android/accessibilityservice/cts/
AccessibilityEndToEndTest.java 321 PendingIntent.FLAG_CANCEL_CURRENT);
  /frameworks/base/core/java/android/app/
PendingIntent.java 82 * {@link #FLAG_CANCEL_CURRENT} or {@link #FLAG_UPDATE_CURRENT} to either
113 public static final int FLAG_CANCEL_CURRENT = 1<<28;
213 * {@link #FLAG_CANCEL_CURRENT}, {@link #FLAG_UPDATE_CURRENT},
244 * {@link #FLAG_CANCEL_CURRENT}, {@link #FLAG_UPDATE_CURRENT},
336 * {@link #FLAG_CANCEL_CURRENT}, {@link #FLAG_UPDATE_CURRENT},
386 * {@link #FLAG_CANCEL_CURRENT}, {@link #FLAG_UPDATE_CURRENT},
456 * {@link #FLAG_CANCEL_CURRENT}, {@link #FLAG_UPDATE_CURRENT},
510 * {@link #FLAG_CANCEL_CURRENT}, {@link #FLAG_UPDATE_CURRENT},
    [all...]
  /packages/apps/UnifiedEmail/src/com/android/mail/utils/
NotificationActionUtils.java 540 clickIntent, PendingIntent.FLAG_CANCEL_CURRENT);
551 notificationId, deleteIntent, PendingIntent.FLAG_CANCEL_CURRENT);
    [all...]
  /frameworks/base/services/java/com/android/server/print/
PrintManagerService.java 638 PendingIntent.FLAG_ONE_SHOT | PendingIntent.FLAG_CANCEL_CURRENT, null, userHandle);
UserState.java 205 | PendingIntent.FLAG_CANCEL_CURRENT, null, new UserHandle(mUserId))
    [all...]
  /cts/tests/tests/location/src/android/location/cts/
LocationManagerTest.java 767 PendingIntent.FLAG_CANCEL_CURRENT);
    [all...]
  /frameworks/base/packages/Keyguard/src/com/android/keyguard/
KeyguardViewMediator.java 663 0, intent, PendingIntent.FLAG_CANCEL_CURRENT);
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
GlobalScreenshot.java 232 PendingIntent.FLAG_CANCEL_CURRENT));
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
GsmServiceStateTracker.java     [all...]
  /frameworks/base/services/java/com/android/server/accounts/
AccountManagerService.java     [all...]
  /frameworks/base/services/java/com/android/server/am/
ActivityStackSupervisor.java 698 new String[] { resolvedType }, PendingIntent.FLAG_CANCEL_CURRENT
    [all...]

Completed in 854 milliseconds

1 2