/frameworks/base/tests/OneMedia/src/com/android/onemedia/ |
D | NotificationHelper.java | 55 PendingIntent.FLAG_CANCEL_CURRENT)); in NotificationHelper() 58 PendingIntent.FLAG_CANCEL_CURRENT)); in NotificationHelper() 61 PendingIntent.FLAG_CANCEL_CURRENT)); in NotificationHelper() 64 PendingIntent.FLAG_CANCEL_CURRENT)); in NotificationHelper() 67 PendingIntent.FLAG_CANCEL_CURRENT)); in NotificationHelper() 70 PendingIntent.FLAG_CANCEL_CURRENT)); in NotificationHelper()
|
/frameworks/support/samples/Support4Demos/src/com/example/android/supportv4/media/ |
D | MediaNotificationManager.java | 87 new Intent(ACTION_PAUSE).setPackage(pkg), PendingIntent.FLAG_CANCEL_CURRENT); in MediaNotificationManager() 89 new Intent(ACTION_PLAY).setPackage(pkg), PendingIntent.FLAG_CANCEL_CURRENT); in MediaNotificationManager() 91 new Intent(ACTION_PREV).setPackage(pkg), PendingIntent.FLAG_CANCEL_CURRENT); in MediaNotificationManager() 93 new Intent(ACTION_NEXT).setPackage(pkg), PendingIntent.FLAG_CANCEL_CURRENT); in MediaNotificationManager() 195 PendingIntent.FLAG_CANCEL_CURRENT); in createContentIntent()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/usb/ |
D | StorageNotification.java | 586 PendingIntent.FLAG_CANCEL_CURRENT, null, UserHandle.CURRENT); in buildInitPendingIntent() 597 PendingIntent.FLAG_CANCEL_CURRENT, null, UserHandle.CURRENT); in buildInitPendingIntent() 608 PendingIntent.FLAG_CANCEL_CURRENT, UserHandle.CURRENT); in buildUnmountPendingIntent() 616 PendingIntent.FLAG_CANCEL_CURRENT, null, UserHandle.CURRENT); in buildBrowsePendingIntent() 637 PendingIntent.FLAG_CANCEL_CURRENT, null, UserHandle.CURRENT); in buildVolumeSettingsPendingIntent() 646 PendingIntent.FLAG_CANCEL_CURRENT, UserHandle.CURRENT); in buildSnoozeIntent() 657 PendingIntent.FLAG_CANCEL_CURRENT, null, UserHandle.CURRENT); in buildForgetPendingIntent() 671 PendingIntent.FLAG_CANCEL_CURRENT, null, UserHandle.CURRENT); in buildWizardMigratePendingIntent() 681 PendingIntent.FLAG_CANCEL_CURRENT, null, UserHandle.CURRENT); in buildWizardMovePendingIntent() 692 PendingIntent.FLAG_CANCEL_CURRENT, null, UserHandle.CURRENT); in buildWizardReadyPendingIntent()
|
/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/ |
D | RemoteBugreportUtils.java | 85 PendingIntent.FLAG_CANCEL_CURRENT); in buildNotification() 89 PendingIntent.FLAG_CANCEL_CURRENT); in buildNotification()
|
/frameworks/base/services/core/java/com/android/server/am/ |
D | ActivityStartInterceptor.java | 20 import static android.app.PendingIntent.FLAG_CANCEL_CURRENT; 129 FLAG_CANCEL_CURRENT | FLAG_ONE_SHOT, null); in interceptQuietProfileIfNeeded() 223 FLAG_CANCEL_CURRENT | FLAG_ONE_SHOT | FLAG_IMMUTABLE, null); in interceptWithConfirmCredentialsIfNeeded()
|
D | ActivityStarter.java | 426 new String[]{resolvedType}, PendingIntent.FLAG_CANCEL_CURRENT in startActivityLocked() 538 PendingIntent.FLAG_CANCEL_CURRENT | PendingIntent.FLAG_ONE_SHOT in buildEphemeralInstallerIntent() 558 PendingIntent.FLAG_CANCEL_CURRENT | PendingIntent.FLAG_ONE_SHOT in buildEphemeralInstallerIntent() 696 PendingIntent.FLAG_CANCEL_CURRENT | in showConfirmDeviceCredential() 822 new String[] { resolvedType }, PendingIntent.FLAG_CANCEL_CURRENT in startActivityMayWait()
|
D | BroadcastQueue.java | 708 PendingIntent.FLAG_CANCEL_CURRENT | PendingIntent.FLAG_ONE_SHOT in requestStartTargetPermissionsReviewIfNeededLocked()
|
D | ActiveServices.java | 472 PendingIntent.FLAG_CANCEL_CURRENT | PendingIntent.FLAG_ONE_SHOT in requestStartTargetPermissionsReviewIfNeededLocked()
|
/frameworks/base/tests/DozeTest/src/com/android/dreams/dozetest/ |
D | DozeTestDream.java | 86 PendingIntent.FLAG_CANCEL_CURRENT); in onCreate()
|
/frameworks/support/media-compat/jellybean-mr2/android/support/v4/media/ |
D | TransportMediatorJellybeanMR2.java | 124 PendingIntent.FLAG_CANCEL_CURRENT); in windowAttached()
|
/frameworks/base/core/java/android/app/ |
D | PendingIntent.java | 102 FLAG_CANCEL_CURRENT, 143 public static final int FLAG_CANCEL_CURRENT = 1<<28; field in PendingIntent
|
/frameworks/base/tests/StatusBar/src/com/android/statusbartest/ |
D | StatusBarTest.java | 163 PendingIntent.FLAG_CANCEL_CURRENT);
|
/frameworks/base/services/core/java/com/android/server/connectivity/ |
D | LingerMonitor.java | 159 PendingIntent.FLAG_CANCEL_CURRENT, null, UserHandle.CURRENT); in createNotificationIntent()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/ |
D | GlobalScreenshot.java | 275 PendingIntent.FLAG_CANCEL_CURRENT | PendingIntent.FLAG_ONE_SHOT); in doInBackground() 280 PendingIntent.FLAG_CANCEL_CURRENT); in doInBackground() 290 PendingIntent.FLAG_CANCEL_CURRENT | PendingIntent.FLAG_ONE_SHOT); in doInBackground()
|
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/services/ |
D | Job.java | 250 PendingIntent.FLAG_ONE_SHOT | PendingIntent.FLAG_CANCEL_CURRENT)); in createProgressBuilder()
|
/frameworks/base/services/core/java/com/android/server/trust/ |
D | TrustAgentWrapper.java | 139 PendingIntent.FLAG_CANCEL_CURRENT);
|
/frameworks/base/tests/notification/src/com/android/frameworks/tests/notification/ |
D | NotificationTests.java | 88 PendingIntent.FLAG_CANCEL_CURRENT); in makeEmailIntent()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ |
D | KeyguardViewMediator.java | 894 0, intent, PendingIntent.FLAG_CANCEL_CURRENT); in doKeyguardLaterLocked() 915 mContext, 0, lockIntent, PendingIntent.FLAG_CANCEL_CURRENT); in doKeyguardLaterForChildProfilesLocked()
|
/frameworks/base/tests/ActivityTests/src/com/google/android/test/activity/ |
D | ActivityTestMain.java | 445 0, receiveIntent, PendingIntent.FLAG_CANCEL_CURRENT)); in onCreateOptionsMenu()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
D | BaseStatusBar.java | 862 PendingIntent.FLAG_CANCEL_CURRENT); in notifyUserAboutHiddenNotifications() 865 PendingIntent.FLAG_CANCEL_CURRENT); in notifyUserAboutHiddenNotifications() 2082 PendingIntent.FLAG_CANCEL_CURRENT |
|
/frameworks/base/packages/Keyguard/src/com/android/keyguard/ |
D | KeyguardUpdateMonitor.java | 617 sCurrentUser, intent, PendingIntent.FLAG_CANCEL_CURRENT); in scheduleStrongAuthTimeout()
|
/frameworks/base/services/core/java/com/android/server/accounts/ |
D | AccountManagerService.java | 2577 PendingIntent.FLAG_CANCEL_CURRENT, null, user)) in createNoCredentialsPermissionNotification() 3538 | PendingIntent.FLAG_CANCEL_CURRENT | PendingIntent.FLAG_IMMUTABLE, in createRequestAccountAccessIntentSenderAsUser() 5267 mContext, 0, intent, PendingIntent.FLAG_CANCEL_CURRENT,
|
/frameworks/base/services/print/java/com/android/server/print/ |
D | UserState.java | 242 | PendingIntent.FLAG_CANCEL_CURRENT | PendingIntent.FLAG_IMMUTABLE, in print()
|
/frameworks/base/services/core/java/com/android/server/pm/ |
D | UserManagerService.java | 805 PendingIntent.FLAG_CANCEL_CURRENT | in trySetQuietModeDisabled()
|
/frameworks/base/services/core/java/com/android/server/content/ |
D | SyncManager.java | 3249 PendingIntent.FLAG_CANCEL_CURRENT, null, user); in installHandleTooManyDeletesNotification()
|