/frameworks/base/services/core/java/com/android/server/wm/ |
D | ActivityStartInterceptor.java | 23 import static android.app.PendingIntent.FLAG_ONE_SHOT; 210 FLAG_CANCEL_CURRENT | FLAG_ONE_SHOT); in interceptQuietProfileIfNeeded() 336 FLAG_CANCEL_CURRENT | FLAG_ONE_SHOT | FLAG_IMMUTABLE); in interceptWithConfirmCredentialsIfNeeded() 365 FLAG_CANCEL_CURRENT | FLAG_ONE_SHOT | FLAG_IMMUTABLE); in interceptHarmfulAppIfNeeded()
|
D | ActivityStarter.java | 744 PendingIntent.FLAG_CANCEL_CURRENT | PendingIntent.FLAG_ONE_SHOT, in resolveToHeavyWeightSwitcherIfNeeded() 1082 | PendingIntent.FLAG_ONE_SHOT, null); in executeRequest()
|
/frameworks/base/core/tests/coretests/src/android/widget/ |
D | RemoteViewsTest.java | 409 new Intent("android.widget.RemoteViewsTest_" + i), PendingIntent.FLAG_ONE_SHOT); in copyWithBinders() 425 new Intent("test"), PendingIntent.FLAG_ONE_SHOT); in copy_keepsPendingIntentWhitelistToken() 457 PendingIntent.FLAG_ONE_SHOT); in sharedElement_pendingIntent_notifyParent()
|
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/model/ |
D | NotificationController.java | 286 return PendingIntent.getBroadcast(mContext, 0, intent, PendingIntent.FLAG_ONE_SHOT); in createCancelIntent() 293 return PendingIntent.getBroadcast(mContext, 0, intent, PendingIntent.FLAG_ONE_SHOT); in createRestartIntent()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ |
D | WorkLockActivity.java | 165 PendingIntent.FLAG_ONE_SHOT | in showConfirmCredentialActivity()
|
/frameworks/base/services/tests/mockingservicestests/src/com/android/server/am/ |
D | PendingIntentControllerTest.java | 120 final PendingIntentRecord pir = createPendingIntentRecord(PendingIntent.FLAG_ONE_SHOT); in alarmsRemovedOnSendingOneShot()
|
/frameworks/base/tests/UsbHostExternalManagmentTest/AoapTestDevice/src/com/android/hardware/usb/aoapdevicetest/ |
D | UsbAoapDeviceTestActivity.java | 102 this, 0, intent, PendingIntent.FLAG_ONE_SHOT); in onAccessoryAttached()
|
/frameworks/base/tests/AccessoryDisplay/source/src/com/android/accessorydisplay/source/ |
D | SourceActivity.java | 147 this, 0, intent, PendingIntent.FLAG_ONE_SHOT); in connect()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/ |
D | SaveImageInBackgroundTask.java | 279 PendingIntent.FLAG_CANCEL_CURRENT | PendingIntent.FLAG_ONE_SHOT); in createShareAction() 367 PendingIntent.FLAG_CANCEL_CURRENT | PendingIntent.FLAG_ONE_SHOT); in createDeleteAction()
|
/frameworks/base/services/core/java/com/android/server/pm/ |
D | InstantAppResolver.java | 320 | PendingIntent.FLAG_ONE_SHOT in buildEphemeralInstallerIntent() 340 PendingIntent.FLAG_CANCEL_CURRENT | PendingIntent.FLAG_ONE_SHOT in buildEphemeralInstallerIntent()
|
D | LauncherAppsService.java | 591 mContext, 0, intent, PendingIntent.FLAG_ONE_SHOT in getShortcutConfigActivityIntent()
|
/frameworks/base/core/java/android/app/ |
D | PendingIntent.java | 113 FLAG_ONE_SHOT, 138 public static final int FLAG_ONE_SHOT = 1<<30; field in PendingIntent
|
/frameworks/base/packages/PackageInstaller/src/com/android/packageinstaller/wear/ |
D | PackageInstallerImpl.java | 272 broadcastIntent, PendingIntent.FLAG_ONE_SHOT | PendingIntent.FLAG_UPDATE_CURRENT); in getCommitCallback()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | StatusBarRemoteInputCallback.java | 224 PendingIntent.FLAG_ONE_SHOT | in startWorkChallengeIfNecessary()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | CarrierServiceStateTracker.java | 480 PendingIntent.FLAG_ONE_SHOT | PendingIntent.FLAG_IMMUTABLE); in getNotificationBuilder()
|
D | InboundSmsHandler.java | 1115 PendingIntent.FLAG_ONE_SHOT | PendingIntent.FLAG_IMMUTABLE); in showNewMessageNotification()
|
/frameworks/base/tests/AccessoryDisplay/sink/src/com/android/accessorydisplay/sink/ |
D | SinkActivity.java | 170 this, 0, intent, PendingIntent.FLAG_ONE_SHOT); in connect()
|
/frameworks/base/packages/CompanionDeviceManager/src/com/android/companiondevicemanager/ |
D | DeviceDiscoveryService.java | 287 PendingIntent.FLAG_ONE_SHOT | PendingIntent.FLAG_CANCEL_CURRENT in onReadyToShowUI()
|
/frameworks/base/services/core/java/com/android/server/am/ |
D | PendingIntentRecord.java | 306 if ((key.flags & PendingIntent.FLAG_ONE_SHOT) != 0) { in sendInner()
|
D | BroadcastQueue.java | 858 PendingIntent.FLAG_CANCEL_CURRENT | PendingIntent.FLAG_ONE_SHOT in requestStartTargetPermissionsReviewIfNeededLocked()
|
/frameworks/base/services/companion/java/com/android/server/companion/ |
D | CompanionDeviceManagerService.java | 398 PendingIntent.FLAG_IMMUTABLE | PendingIntent.FLAG_ONE_SHOT in requestNotificationAccess()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/euicc/ |
D | EuiccController.java | 1289 mContext, 0 /* requestCode */, intent, PendingIntent.FLAG_ONE_SHOT); in addResolutionIntent()
|
/frameworks/base/core/java/android/widget/ |
D | SearchView.java | 1698 PendingIntent.FLAG_ONE_SHOT); in createVoiceAppSearchIntent()
|
/frameworks/base/services/print/java/com/android/server/print/ |
D | UserState.java | 249 mContext, 0, intent, PendingIntent.FLAG_ONE_SHOT in print()
|
/frameworks/base/services/appwidget/java/com/android/server/appwidget/ |
D | AppWidgetServiceImpl.java | 1092 mContext, 0, intent, PendingIntent.FLAG_ONE_SHOT in createAppWidgetConfigIntentSender()
|