Home
last modified time | relevance | path

Searched refs:FLAG_CANCEL_CURRENT (Results 1 – 11 of 11) sorted by relevance

/frameworks/base/core/java/com/android/internal/net/
DVpnConfig.java52 PendingIntent.FLAG_NO_CREATE : PendingIntent.FLAG_CANCEL_CURRENT); in getIntentForStatusPanel()
/frameworks/base/tests/StatusBar/src/com/android/statusbartest/
DStatusBarTest.java186 PendingIntent.FLAG_CANCEL_CURRENT);
/frameworks/base/core/java/android/app/
DPendingIntent.java84 public static final int FLAG_CANCEL_CURRENT = 1<<28; field in PendingIntent
/frameworks/base/policy/src/com/android/internal/policy/impl/
DKeyguardViewMediator.java402 0, intent, PendingIntent.FLAG_CANCEL_CURRENT); in onScreenTurnedOff()
/frameworks/base/core/java/android/accounts/
DAccountManagerService.java1044 PendingIntent.getActivity(mContext, 0, intent, PendingIntent.FLAG_CANCEL_CURRENT)); in createNoCredentialsPermissionNotification()
1902 mContext, 0, intent, PendingIntent.FLAG_CANCEL_CURRENT)); in doNotification()
/frameworks/base/telephony/java/com/android/internal/telephony/gsm/
DGsmServiceStateTracker.java1555 .getActivity(context, 0, intent, PendingIntent.FLAG_CANCEL_CURRENT); in setNotification()
/frameworks/base/core/java/android/content/
DSyncManager.java2388 .getActivity(mContext, 0, clickIntent, PendingIntent.FLAG_CANCEL_CURRENT); in installHandleTooManyDeletesNotification()
/frameworks/base/services/java/com/android/server/am/
DActivityStack.java2846 new String[] { resolvedType }, PendingIntent.FLAG_CANCEL_CURRENT in startActivityMayWait()
DActivityManagerService.java1111 PendingIntent.FLAG_CANCEL_CURRENT));
4051 final boolean cancelCurrent = (flags&PendingIntent.FLAG_CANCEL_CURRENT) != 0; in getIntentSenderLocked()
4053 flags &= ~(PendingIntent.FLAG_NO_CREATE|PendingIntent.FLAG_CANCEL_CURRENT in getIntentSenderLocked()
/frameworks/base/api/
Dcurrent.txt3685 field public static final int FLAG_CANCEL_CURRENT = 268435456; // 0x10000000
D14.txt3685 field public static final int FLAG_CANCEL_CURRENT = 268435456; // 0x10000000