Home
last modified time | relevance | path

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

12

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DInstantAppNotifier.java272 PendingIntent.FLAG_IMMUTABLE, in postInstantAppNotif()
285 PendingIntent.FLAG_IMMUTABLE, in postInstantAppNotif()
306 PendingIntent.FLAG_IMMUTABLE /* flags */, in postInstantAppNotif()
329 goToWebIntent, PendingIntent.FLAG_IMMUTABLE, null, user); in postInstantAppNotif()
/frameworks/base/services/core/java/com/android/server/wm/
DActivityStartInterceptor.java22 import static android.app.PendingIntent.FLAG_IMMUTABLE;
300 FLAG_CANCEL_CURRENT | FLAG_ONE_SHOT | FLAG_IMMUTABLE); in interceptWithConfirmCredentialsIfNeeded()
328 FLAG_CANCEL_CURRENT | FLAG_ONE_SHOT | FLAG_IMMUTABLE); in interceptHarmfulAppIfNeeded()
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
DWorkLockActivity.java150 PendingIntent.FLAG_IMMUTABLE, options.toBundle()); in showConfirmCredentialActivity()
/frameworks/base/packages/SystemUI/src/com/android/systemui/util/leak/
DLeakReporter.java111 PendingIntent.FLAG_UPDATE_CURRENT | PendingIntent.FLAG_IMMUTABLE, in dumpLeak()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
DInstallCarrierAppUtils.java72 | PendingIntent.FLAG_IMMUTABLE); in showNotification()
/frameworks/base/services/core/java/com/android/server/pm/
DInstantAppResolver.java303 | PendingIntent.FLAG_IMMUTABLE, in buildEphemeralInstallerIntent()
322 | PendingIntent.FLAG_IMMUTABLE, in buildEphemeralInstallerIntent()
DShortcutParser.java420 | ShortcutInfo.FLAG_IMMUTABLE in createShortcutFromManifest()
DLauncherAppsService.java571 | PendingIntent.FLAG_IMMUTABLE | PendingIntent.FLAG_CANCEL_CURRENT, in getShortcutConfigActivityIntent()
DUserManagerService.java1022 PendingIntent.FLAG_IMMUTABLE); in showConfirmCredentialToDisableQuietMode()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DCarrierKeyDownloadManager.java212 PendingIntent.FLAG_UPDATE_CURRENT | PendingIntent.FLAG_IMMUTABLE); in cleanupRenewalAlarms()
272 PendingIntent.FLAG_UPDATE_CURRENT | PendingIntent.FLAG_IMMUTABLE); in resetRenewalAlarm()
DCarrierServiceStateTracker.java417 PendingIntent.FLAG_ONE_SHOT | PendingIntent.FLAG_IMMUTABLE); in getNotificationBuilder()
DInboundSmsHandler.java1042 PendingIntent.FLAG_ONE_SHOT | PendingIntent.FLAG_IMMUTABLE); in showNewMessageNotification()
DServiceStateTracker.java2776 context, 0, intent, PendingIntent.FLAG_IMMUTABLE); in setPowerStateToDesired()
/frameworks/base/core/java/android/content/pm/
DShortcutInfo.java100 public static final int FLAG_IMMUTABLE = 1 << 8; field in ShortcutInfo
131 FLAG_IMMUTABLE,
1723 return hasFlags(FLAG_IMMUTABLE); in isOriginallyFromManifest()
1754 return hasFlags(FLAG_IMMUTABLE); in isImmutable()
/frameworks/base/core/java/android/app/
DPendingIntent.java111 FLAG_IMMUTABLE,
169 public static final int FLAG_IMMUTABLE = 1<<26; field in PendingIntent
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusBarRemoteInputCallback.java208 PendingIntent.FLAG_IMMUTABLE); in startWorkChallengeIfNecessary()
/frameworks/base/packages/SystemUI/src/com/android/systemui/screenrecord/
DRecordingService.java391 PendingIntent.FLAG_IMMUTABLE)) in createSaveNotification()
/frameworks/base/packages/CompanionDeviceManager/src/com/android/companiondevicemanager/
DDeviceDiscoveryService.java282 | PendingIntent.FLAG_IMMUTABLE)); in onReadyToShowUI()
/frameworks/base/services/core/java/com/android/server/am/
DPendingIntentRecord.java303 final boolean immutable = (key.flags & PendingIntent.FLAG_IMMUTABLE) != 0; in sendInner()
DBroadcastQueue.java865 | PendingIntent.FLAG_IMMUTABLE, null); in requestStartTargetPermissionsReviewIfNeededLocked()
/frameworks/base/services/companion/java/com/android/server/companion/
DCompanionDeviceManagerService.java323 PendingIntent.FLAG_IMMUTABLE | PendingIntent.FLAG_ONE_SHOT in requestNotificationAccess()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DDcTracker.java2185 intent, PendingIntent.FLAG_UPDATE_CURRENT | PendingIntent.FLAG_IMMUTABLE); in startAlarmForReconnect()
4668 PendingIntent.FLAG_UPDATE_CURRENT | PendingIntent.FLAG_IMMUTABLE); in startDataStallAlarm()
4736 PendingIntent.FLAG_UPDATE_CURRENT | PendingIntent.FLAG_IMMUTABLE); in startProvisioningApnAlarm()
/frameworks/base/services/print/java/com/android/server/print/
DUserState.java250 | PendingIntent.FLAG_CANCEL_CURRENT | PendingIntent.FLAG_IMMUTABLE, in print()
/frameworks/base/services/core/java/com/android/server/connectivity/
DVpn.java1619 intent, PendingIntent.FLAG_IMMUTABLE | PendingIntent.FLAG_UPDATE_CURRENT, user); in updateAlwaysOnNotification()
/frameworks/base/services/appwidget/java/com/android/server/appwidget/
DAppWidgetServiceImpl.java1078 | PendingIntent.FLAG_IMMUTABLE | PendingIntent.FLAG_CANCEL_CURRENT, in createAppWidgetConfigIntentSender()

12