Home
last modified time | relevance | path

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

12

/frameworks/base/tests/OneMedia/src/com/android/onemedia/
DNotificationHelper.java55 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/
DMediaNotificationManager.java87 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/
DStorageNotification.java602 PendingIntent.FLAG_CANCEL_CURRENT, null, UserHandle.CURRENT); in buildInitPendingIntent()
618 PendingIntent.FLAG_CANCEL_CURRENT, null, UserHandle.CURRENT); in buildInitPendingIntent()
630 PendingIntent.FLAG_CANCEL_CURRENT, null, UserHandle.CURRENT); in buildUnmountPendingIntent()
638 PendingIntent.FLAG_CANCEL_CURRENT, UserHandle.CURRENT); in buildUnmountPendingIntent()
647 PendingIntent.FLAG_CANCEL_CURRENT, null, UserHandle.CURRENT); in buildBrowsePendingIntent()
673 PendingIntent.FLAG_CANCEL_CURRENT, null, UserHandle.CURRENT); in buildVolumeSettingsPendingIntent()
682 PendingIntent.FLAG_CANCEL_CURRENT, UserHandle.CURRENT); in buildSnoozeIntent()
694 PendingIntent.FLAG_CANCEL_CURRENT, null, UserHandle.CURRENT); in buildForgetPendingIntent()
713 PendingIntent.FLAG_CANCEL_CURRENT, null, UserHandle.CURRENT); in buildWizardMigratePendingIntent()
728 PendingIntent.FLAG_CANCEL_CURRENT, null, UserHandle.CURRENT); in buildWizardMovePendingIntent()
[all …]
/frameworks/base/services/core/java/com/android/server/am/
DActivityStartInterceptor.java20 import static android.app.PendingIntent.FLAG_CANCEL_CURRENT;
129 FLAG_CANCEL_CURRENT | FLAG_ONE_SHOT, null); in interceptQuietProfileIfNeeded()
218 FLAG_CANCEL_CURRENT | FLAG_ONE_SHOT | FLAG_IMMUTABLE, null); in interceptWithConfirmCredentialsIfNeeded()
DActivityStarter.java480 new String[]{resolvedType}, PendingIntent.FLAG_CANCEL_CURRENT in startActivity()
786 new String[] { resolvedType }, PendingIntent.FLAG_CANCEL_CURRENT in startActivityMayWait()
DBroadcastQueue.java743 PendingIntent.FLAG_CANCEL_CURRENT | PendingIntent.FLAG_ONE_SHOT in requestStartTargetPermissionsReviewIfNeededLocked()
/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
DRemoteBugreportUtils.java87 PendingIntent.FLAG_CANCEL_CURRENT); in buildNotification()
91 PendingIntent.FLAG_CANCEL_CURRENT); in buildNotification()
/frameworks/base/services/core/java/com/android/server/wm/
DAlertWindowNotification.java20 import static android.app.PendingIntent.FLAG_CANCEL_CURRENT;
136 return PendingIntent.getActivity(context, mRequestCode, intent, FLAG_CANCEL_CURRENT); in getContentIntent()
/frameworks/base/packages/SystemUI/src/com/android/systemui/pip/phone/
DPipNotificationController.java21 import static android.app.PendingIntent.FLAG_CANCEL_CURRENT;
178 settingsIntent, FLAG_CANCEL_CURRENT)) in updateNotificationForApp()
/frameworks/base/tests/DozeTest/src/com/android/dreams/dozetest/
DDozeTestDream.java86 PendingIntent.FLAG_CANCEL_CURRENT); in onCreate()
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
DWorkLockActivity.java150 PendingIntent.FLAG_CANCEL_CURRENT | in showConfirmCredentialActivity()
DKeyguardViewMediator.java898 0, intent, PendingIntent.FLAG_CANCEL_CURRENT); in doKeyguardLaterLocked()
919 mContext, 0, lockIntent, PendingIntent.FLAG_CANCEL_CURRENT); in doKeyguardLaterForChildProfilesLocked()
/frameworks/base/services/core/java/com/android/server/pm/
DInstantAppResolver.java271 PendingIntent.FLAG_CANCEL_CURRENT | PendingIntent.FLAG_ONE_SHOT in buildEphemeralInstallerIntent()
289 PendingIntent.FLAG_CANCEL_CURRENT | PendingIntent.FLAG_ONE_SHOT in buildEphemeralInstallerIntent()
DLauncherAppsService.java381 | PendingIntent.FLAG_IMMUTABLE | PendingIntent.FLAG_CANCEL_CURRENT, in getShortcutConfigActivityIntent()
/frameworks/base/packages/SystemUI/src/com/android/systemui/pip/tv/
DPipNotification.java232 new Intent(action), PendingIntent.FLAG_CANCEL_CURRENT); in createPendingIntent()
/frameworks/base/tests/StatusBar/src/com/android/statusbartest/
DStatusBarTest.java163 PendingIntent.FLAG_CANCEL_CURRENT);
/frameworks/base/core/java/android/app/
DPendingIntent.java103 FLAG_CANCEL_CURRENT,
144 public static final int FLAG_CANCEL_CURRENT = 1<<28; field in PendingIntent
/frameworks/base/services/core/java/com/android/server/connectivity/
DLingerMonitor.java159 PendingIntent.FLAG_CANCEL_CURRENT, null, UserHandle.CURRENT); in createNotificationIntent()
/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
DGlobalScreenshot.java279 PendingIntent.FLAG_CANCEL_CURRENT | PendingIntent.FLAG_ONE_SHOT); in doInBackground()
284 PendingIntent.FLAG_CANCEL_CURRENT); in doInBackground()
294 PendingIntent.FLAG_CANCEL_CURRENT | PendingIntent.FLAG_ONE_SHOT); in doInBackground()
/frameworks/base/packages/CompanionDeviceManager/src/com/android/companiondevicemanager/
DDeviceDiscoveryService.java256 PendingIntent.FLAG_ONE_SHOT | PendingIntent.FLAG_CANCEL_CURRENT in onReadyToShowUI()
/frameworks/base/tests/notification/src/com/android/frameworks/tests/notification/
DNotificationTests.java88 PendingIntent.FLAG_CANCEL_CURRENT); in makeEmailIntent()
/frameworks/base/services/core/java/com/android/server/trust/
DTrustAgentWrapper.java149 PendingIntent.FLAG_CANCEL_CURRENT);
/frameworks/base/services/companion/java/com/android/server/companion/
DCompanionDeviceManagerService.java297 | PendingIntent.FLAG_CANCEL_CURRENT); in requestNotificationAccess()
/frameworks/base/tests/ActivityTests/src/com/google/android/test/activity/
DActivityTestMain.java445 0, receiveIntent, PendingIntent.FLAG_CANCEL_CURRENT)); in onCreateOptionsMenu()
/frameworks/base/services/print/java/com/android/server/print/
DUserState.java249 | PendingIntent.FLAG_CANCEL_CURRENT | PendingIntent.FLAG_IMMUTABLE, in print()

12