Home
last modified time | relevance | path

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

12

/frameworks/base/services/core/java/com/android/server/wm/
DActivityStartInterceptor.java22 import static android.app.PendingIntent.FLAG_IMMUTABLE;
269 FLAG_IMMUTABLE); in interceptSuspendedPackageIfNeeded()
336 FLAG_CANCEL_CURRENT | FLAG_ONE_SHOT | FLAG_IMMUTABLE); in interceptWithConfirmCredentialsIfNeeded()
365 FLAG_CANCEL_CURRENT | FLAG_ONE_SHOT | FLAG_IMMUTABLE); in interceptHarmfulAppIfNeeded()
DAlertWindowNotification.java21 import static android.app.PendingIntent.FLAG_IMMUTABLE;
144 FLAG_CANCEL_CURRENT | FLAG_IMMUTABLE); in getContentIntent()
/frameworks/base/packages/SystemUI/src/com/android/systemui/screenrecord/
DScreenRecordDialog.java121 PendingIntent.FLAG_UPDATE_CURRENT | PendingIntent.FLAG_IMMUTABLE); in requestScreenCapture()
125 PendingIntent.FLAG_UPDATE_CURRENT | PendingIntent.FLAG_IMMUTABLE); in requestScreenCapture()
DRecordingService.java268 PendingIntent.FLAG_UPDATE_CURRENT | PendingIntent.FLAG_IMMUTABLE)) in createRecordingNotification()
307 PendingIntent.FLAG_UPDATE_CURRENT | PendingIntent.FLAG_IMMUTABLE)) in createSaveNotification()
317 PendingIntent.FLAG_UPDATE_CURRENT | PendingIntent.FLAG_IMMUTABLE)) in createSaveNotification()
331 PendingIntent.FLAG_IMMUTABLE)) in createSaveNotification()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DInstantAppNotifier.java278 PendingIntent.FLAG_IMMUTABLE, in postInstantAppNotif()
291 PendingIntent.FLAG_IMMUTABLE, in postInstantAppNotif()
312 PendingIntent.FLAG_IMMUTABLE /* flags */, in postInstantAppNotif()
335 goToWebIntent, PendingIntent.FLAG_IMMUTABLE, null, user); in postInstantAppNotif()
/frameworks/base/packages/Tethering/src/com/android/networkstack/tethering/
DTetheringNotificationUpdater.java277 Intent.FLAG_ACTIVITY_NEW_TASK | PendingIntent.FLAG_IMMUTABLE, in notifyTetheringDisabledByRestriction()
298 PendingIntent.FLAG_IMMUTABLE); in notifyTetheringNoUpstream()
321 Intent.FLAG_ACTIVITY_NEW_TASK | PendingIntent.FLAG_IMMUTABLE, in setupRoamingNotification()
/frameworks/base/core/java/android/debug/
DAdbNotifications.java79 PendingIntent.FLAG_IMMUTABLE, null, UserHandle.CURRENT); in createNotification()
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
DWorkLockActivity.java166 PendingIntent.FLAG_IMMUTABLE, options.toBundle()); in showConfirmCredentialActivity()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
DInstallCarrierAppUtils.java72 | PendingIntent.FLAG_IMMUTABLE); in showNotification()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DCarrierKeyDownloadManager.java214 PendingIntent.FLAG_UPDATE_CURRENT | PendingIntent.FLAG_IMMUTABLE); in cleanupRenewalAlarms()
274 PendingIntent.FLAG_UPDATE_CURRENT | PendingIntent.FLAG_IMMUTABLE); in resetRenewalAlarm()
DCarrierServiceStateTracker.java480 PendingIntent.FLAG_ONE_SHOT | PendingIntent.FLAG_IMMUTABLE); in getNotificationBuilder()
DMultiSimSettingController.java826 mContext, 0, new Intent(), PendingIntent.FLAG_IMMUTABLE)); in deactivateSubscription()
DInboundSmsHandler.java1115 PendingIntent.FLAG_ONE_SHOT | PendingIntent.FLAG_IMMUTABLE); in showNewMessageNotification()
/frameworks/base/services/core/java/com/android/server/pm/
DInstantAppResolver.java321 | PendingIntent.FLAG_IMMUTABLE, in buildEphemeralInstallerIntent()
341 | PendingIntent.FLAG_IMMUTABLE, in buildEphemeralInstallerIntent()
DShortcutParser.java420 | ShortcutInfo.FLAG_IMMUTABLE in createShortcutFromManifest()
/frameworks/base/core/java/android/content/pm/
DShortcutInfo.java101 public static final int FLAG_IMMUTABLE = 1 << 8; field in ShortcutInfo
153 FLAG_IMMUTABLE,
1775 return hasFlags(FLAG_IMMUTABLE); in isOriginallyFromManifest()
1812 return hasFlags(FLAG_IMMUTABLE); in isImmutable()
/frameworks/base/core/java/android/app/
DPendingIntent.java117 FLAG_IMMUTABLE,
175 public static final int FLAG_IMMUTABLE = 1<<26; field in PendingIntent
/frameworks/base/packages/EasterEgg/src/com/android/egg/neko/
DCat.java261 PendingIntent.getActivity(context, 0, intent, PendingIntent.FLAG_IMMUTABLE))
276 PendingIntent.getActivity(context, 0, intent, PendingIntent.FLAG_IMMUTABLE))
DNekoControlsService.kt180 PendingIntent.FLAG_UPDATE_CURRENT or PendingIntent.FLAG_IMMUTABLE) in getPendingIntent()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusBarRemoteInputCallback.java225 PendingIntent.FLAG_IMMUTABLE); in startWorkChallengeIfNecessary()
/frameworks/base/services/accessibility/java/com/android/server/accessibility/
DAccessibilityServiceConnection.java88 PendingIntent.FLAG_IMMUTABLE)); in AccessibilityServiceConnection()
/frameworks/base/packages/CompanionDeviceManager/src/com/android/companiondevicemanager/
DDeviceDiscoveryService.java288 | PendingIntent.FLAG_IMMUTABLE)); in onReadyToShowUI()
/frameworks/base/services/core/java/com/android/server/am/
DPendingIntentRecord.java312 final boolean immutable = (key.flags & PendingIntent.FLAG_IMMUTABLE) != 0; in sendInner()
/frameworks/base/services/core/java/com/android/server/power/batterysaver/
DBatterySaverStateMachine.java842 PendingIntent.FLAG_IMMUTABLE | PendingIntent.FLAG_UPDATE_CURRENT); in buildNotification()
/frameworks/base/services/companion/java/com/android/server/companion/
DCompanionDeviceManagerService.java398 PendingIntent.FLAG_IMMUTABLE | PendingIntent.FLAG_ONE_SHOT in requestNotificationAccess()

12