Home
last modified time | relevance | path

Searched refs:FLAG_IMMUTABLE (Results 1 – 25 of 28) sorted by relevance

12

/frameworks/base/services/core/java/com/android/server/am/
DActivityStartInterceptor.java21 import static android.app.PendingIntent.FLAG_IMMUTABLE;
218 FLAG_CANCEL_CURRENT | FLAG_ONE_SHOT | FLAG_IMMUTABLE, null); in interceptWithConfirmCredentialsIfNeeded()
DPendingIntentRecord.java261 final boolean immutable = (key.flags & PendingIntent.FLAG_IMMUTABLE) != 0; in sendInner()
DBroadcastQueue.java744 | PendingIntent.FLAG_IMMUTABLE, null); in requestStartTargetPermissionsReviewIfNeededLocked()
DActiveServices.java500 | PendingIntent.FLAG_IMMUTABLE, null); in requestStartTargetPermissionsReviewIfNeededLocked()
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
DWorkLockActivity.java152 PendingIntent.FLAG_IMMUTABLE, options.toBundle()); in showConfirmCredentialActivity()
/frameworks/base/packages/SystemUI/src/com/android/systemui/util/leak/
DLeakReporter.java100 PendingIntent.FLAG_UPDATE_CURRENT | PendingIntent.FLAG_IMMUTABLE, in dumpLeak()
/frameworks/base/services/core/java/com/android/server/pm/
DInstantAppResolver.java284 | PendingIntent.FLAG_IMMUTABLE, in buildEphemeralInstallerIntent()
302 | PendingIntent.FLAG_IMMUTABLE, in buildEphemeralInstallerIntent()
DShortcutParser.java338 | ShortcutInfo.FLAG_IMMUTABLE in createShortcutFromManifest()
DLauncherAppsService.java381 | PendingIntent.FLAG_IMMUTABLE | PendingIntent.FLAG_CANCEL_CURRENT, in getShortcutConfigActivityIntent()
DUserManagerService.java846 PendingIntent.FLAG_IMMUTABLE); in trySetQuietModeDisabled()
/frameworks/base/core/java/android/content/pm/
DShortcutInfo.java92 public static final int FLAG_IMMUTABLE = 1 << 8; field in ShortcutInfo
114 FLAG_IMMUTABLE,
1403 return hasFlags(FLAG_IMMUTABLE); in isOriginallyFromManifest()
1419 return hasFlags(FLAG_IMMUTABLE); in isImmutable()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DCarrierKeyDownloadManager.java181 PendingIntent.FLAG_UPDATE_CURRENT | PendingIntent.FLAG_IMMUTABLE); in cleanupRenewalAlarms()
235 PendingIntent.FLAG_UPDATE_CURRENT | PendingIntent.FLAG_IMMUTABLE); in resetRenewalAlarm()
DCarrierServiceStateTracker.java329 PendingIntent.FLAG_ONE_SHOT | PendingIntent.FLAG_IMMUTABLE); in getNotificationBuilder()
DInboundSmsHandler.java1008 PendingIntent.FLAG_ONE_SHOT | PendingIntent.FLAG_IMMUTABLE); in showNewMessageNotification()
DServiceStateTracker.java2438 context, 0, intent, PendingIntent.FLAG_IMMUTABLE); in setPowerStateToDesired()
/frameworks/base/core/java/android/app/
DPendingIntent.java105 FLAG_IMMUTABLE,
163 public static final int FLAG_IMMUTABLE = 1<<26; field in PendingIntent
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DPhoneStatusBarPolicy.java572 PendingIntent.FLAG_IMMUTABLE); in postEphemeralNotif()
586 0 /* requestCode */, browserIntent, PendingIntent.FLAG_IMMUTABLE); in postEphemeralNotif()
603 mContext, 0, goToWebIntent, PendingIntent.FLAG_IMMUTABLE); in postEphemeralNotif()
DStatusBar.java5141 PendingIntent.FLAG_IMMUTABLE); in startWorkChallengeIfNecessary()
/frameworks/base/packages/CompanionDeviceManager/src/com/android/companiondevicemanager/
DDeviceDiscoveryService.java257 | PendingIntent.FLAG_IMMUTABLE)); in onReadyToShowUI()
/frameworks/base/services/companion/java/com/android/server/companion/
DCompanionDeviceManagerService.java298 PendingIntent.FLAG_IMMUTABLE | PendingIntent.FLAG_ONE_SHOT in requestNotificationAccess()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DDcTracker.java2269 intent, PendingIntent.FLAG_UPDATE_CURRENT | PendingIntent.FLAG_IMMUTABLE); in startAlarmForReconnect()
4776 PendingIntent.FLAG_UPDATE_CURRENT | PendingIntent.FLAG_IMMUTABLE); in startDataStallAlarm()
4846 PendingIntent.FLAG_UPDATE_CURRENT | PendingIntent.FLAG_IMMUTABLE); in startProvisioningApnAlarm()
/frameworks/base/services/core/java/com/android/server/connectivity/
DVpn.java1433 intent, PendingIntent.FLAG_IMMUTABLE | PendingIntent.FLAG_UPDATE_CURRENT, user); in updateAlwaysOnNotification()
/frameworks/base/services/print/java/com/android/server/print/
DUserState.java249 | PendingIntent.FLAG_CANCEL_CURRENT | PendingIntent.FLAG_IMMUTABLE, in print()
/frameworks/base/services/appwidget/java/com/android/server/appwidget/
DAppWidgetServiceImpl.java1038 | PendingIntent.FLAG_IMMUTABLE | PendingIntent.FLAG_CANCEL_CURRENT, in createAppWidgetConfigIntentSender()
/frameworks/base/services/core/java/com/android/server/accounts/
DAccountManagerService.java3996 | PendingIntent.FLAG_CANCEL_CURRENT | PendingIntent.FLAG_IMMUTABLE, in createRequestAccountAccessIntentSenderAsUser()

12