Home
last modified time | relevance | path

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

1234567

/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
DBluetoothDiscoverableTimeoutReceiver.java41 context, 0, intent, PendingIntent.FLAG_IMMUTABLE); in setDiscoverableAlarm()
50 pending = PendingIntent.getBroadcast(context, 0, intent, PendingIntent.FLAG_IMMUTABLE); in setDiscoverableAlarm()
61 context, 0, intent, PendingIntent.FLAG_NO_CREATE | PendingIntent.FLAG_IMMUTABLE); in cancelDiscoverableAlarm()
/frameworks/base/packages/SystemUI/src/com/android/systemui/
DGuestSessionNotification.java85 PendingIntent.FLAG_IMMUTABLE, in createPersistentNotification()
90 PendingIntent.FLAG_CANCEL_CURRENT | PendingIntent.FLAG_IMMUTABLE, in createPersistentNotification()
110 PendingIntent.FLAG_IMMUTABLE, in createPersistentNotification()
/frameworks/base/core/tests/coretests/src/android/view/textclassifier/
DTextClassificationTest.java19 import static android.app.PendingIntent.FLAG_IMMUTABLE;
84 primaryIntent, FLAG_IMMUTABLE); in testParcel()
93 secondaryIntent, FLAG_IMMUTABLE); in testParcel()
161 context, 0, new Intent("ACTION_0"), FLAG_IMMUTABLE); in testParcelLegacy()
245 context, 0, new Intent("action1"), FLAG_IMMUTABLE))) in testToBuilder()
248 FLAG_IMMUTABLE))) in testToBuilder()
DTextSelectionTest.java19 import static android.app.PendingIntent.FLAG_IMMUTABLE;
134 context, 0, new Intent("action1"), FLAG_IMMUTABLE))) in testToBuilder()
DConversationActionTest.java43 context, 0, new Intent(), PendingIntent.FLAG_IMMUTABLE); in toBuilder()
/frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/floatingmenu/
DMenuNotificationFactory.java63 PendingIntent.FLAG_IMMUTABLE); in buildUndoIntent()
72 | PendingIntent.FLAG_IMMUTABLE, UserHandle.CURRENT); in buildDeleteIntent()
/frameworks/base/services/core/java/com/android/server/biometrics/sensors/
DBiometricNotificationUtils.java90 0 /* requestCode */, intent, PendingIntent.FLAG_IMMUTABLE /* flags */, in showReEnrollmentNotification()
117 0 /* requestCode */, intent, PendingIntent.FLAG_IMMUTABLE /* flags */, in showFaceEnrollNotification()
144 0 /* requestCode */, intent, PendingIntent.FLAG_IMMUTABLE /* flags */, in showFingerprintEnrollNotification()
180 0 /* requestCode */, intent, PendingIntent.FLAG_IMMUTABLE /* flags */, in showBadCalibrationNotification()
217 setupIntent, PendingIntent.FLAG_IMMUTABLE, UserHandle.CURRENT); in showBiometricReEnrollNotification()
228 notNowIntent, PendingIntent.FLAG_IMMUTABLE, UserHandle.CURRENT); in showBiometricReEnrollNotification()
308 0 /* requestCode */, DISMISS_FRR_INTENT, PendingIntent.FLAG_IMMUTABLE /* flags */, in showNotificationHelper()
/frameworks/base/packages/SystemUI/src/com/android/systemui/usb/
DStorageNotification.java661 PendingIntent.FLAG_CANCEL_CURRENT | PendingIntent.FLAG_IMMUTABLE, in buildInitPendingIntent()
681 PendingIntent.FLAG_CANCEL_CURRENT | PendingIntent.FLAG_IMMUTABLE, in buildInitPendingIntent()
694 PendingIntent.FLAG_CANCEL_CURRENT | PendingIntent.FLAG_IMMUTABLE, in buildUnmountPendingIntent()
703 PendingIntent.FLAG_CANCEL_CURRENT | PendingIntent.FLAG_IMMUTABLE, in buildUnmountPendingIntent()
712 PendingIntent.FLAG_CANCEL_CURRENT | PendingIntent.FLAG_IMMUTABLE, in buildUnmountPendingIntent()
724 PendingIntent.FLAG_CANCEL_CURRENT | PendingIntent.FLAG_IMMUTABLE, in buildBrowsePendingIntent()
757 PendingIntent.FLAG_CANCEL_CURRENT | PendingIntent.FLAG_IMMUTABLE, in buildVolumeSettingsPendingIntent()
767 PendingIntent.FLAG_CANCEL_CURRENT | PendingIntent.FLAG_IMMUTABLE, in buildSnoozeIntent()
780 PendingIntent.FLAG_CANCEL_CURRENT | PendingIntent.FLAG_IMMUTABLE, in buildForgetPendingIntent()
803 PendingIntent.FLAG_CANCEL_CURRENT | PendingIntent.FLAG_IMMUTABLE, in buildWizardMigratePendingIntent()
[all …]
/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/splitscreen/
DSplitScreenControllerTests.java19 import static android.app.PendingIntent.FLAG_IMMUTABLE;
195 PendingIntent.getActivity(mContext, 0, startIntent, FLAG_IMMUTABLE); in testStartIntent_appendsNoUserActionFlag()
211 PendingIntent.getActivity(mContext, 0, startIntent, FLAG_IMMUTABLE); in startIntent_multiInstancesSupported_appendsMultipleTaskFag()
231 PendingIntent.getActivity(mContext, 0, startIntent, FLAG_IMMUTABLE); in startIntent_multiInstancesNotSupported_startTaskInBackgroundBeforeSplitActivated()
255 PendingIntent.getActivity(mContext, 0, startIntent, FLAG_IMMUTABLE); in startIntent_multiInstancesSupported_startTaskInBackgroundAfterSplitActivated()
278 PendingIntent.getActivity(mContext, 0, startIntent, FLAG_IMMUTABLE); in startIntent_multiInstancesNotSupported_switchesPositionAfterSplitActivated()
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DNotificationIntrusivenessExtractorTest.java62 getContext(), 0, new Intent(""), PendingIntent.FLAG_IMMUTABLE), in testIntrusive_fillScreen()
81 getContext(), 0, new Intent(""), PendingIntent.FLAG_IMMUTABLE), in testOldNotificationsNotIntrusive()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/wrapper/
DNotificationTemplateViewWrapperTest.kt180 PendingIntent.FLAG_IMMUTABLE in actionViewDetached_pendingIntentListenersDeregistered()
201 PendingIntent.FLAG_IMMUTABLE in actionViewUpdated_oldPendingIntentListenersRemoved()
221 PendingIntent.FLAG_IMMUTABLE in actionViewUpdated_oldPendingIntentListenersRemoved()
243 PendingIntent.FLAG_IMMUTABLE in createActionWithPendingIntent()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DInstantAppNotifier.java246 PendingIntent.FLAG_IMMUTABLE, in postInstantAppNotif()
259 PendingIntent.FLAG_IMMUTABLE, in postInstantAppNotif()
283 PendingIntent.FLAG_IMMUTABLE /* flags */, in postInstantAppNotif()
306 goToWebIntent, PendingIntent.FLAG_IMMUTABLE, null, user); in postInstantAppNotif()
/frameworks/base/services/core/java/com/android/server/biometrics/sensors/fingerprint/hidl/
DLockoutFrameworkImpl.java85 PendingIntent.FLAG_UPDATE_CURRENT | PendingIntent.FLAG_IMMUTABLE), in LockoutFrameworkImpl()
94 PendingIntent.FLAG_UPDATE_CURRENT | PendingIntent.FLAG_IMMUTABLE), in LockoutFrameworkImpl()
/frameworks/base/services/tests/servicestests/src/com/android/server/media/
DMediaButtonReceiverHolderTest.java39 PendingIntent.FLAG_IMMUTABLE); in createMediaButtonReceiverHolder_resolvesNullComponentName()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/wallet/ui/
DWalletScreenControllerTest.java476 PendingIntent.getActivity(context, 0, mWalletIntent, PendingIntent.FLAG_IMMUTABLE); in createNonActiveWalletCard()
485 PendingIntent.getActivity(context, 0, mWalletIntent, PendingIntent.FLAG_IMMUTABLE); in createLockedWalletCard()
494 PendingIntent.getActivity(context, 0, mWalletIntent, PendingIntent.FLAG_IMMUTABLE); in createWalletCard()
503 PendingIntent.getActivity(context, 0, mWalletIntent, PendingIntent.FLAG_IMMUTABLE); in createWalletCardWithType()
512 PendingIntent.getActivity(context, 0, mWalletIntent, PendingIntent.FLAG_IMMUTABLE); in createCrazyWalletCard()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/wallet/controller/
DWalletContextualLocationsServiceTest.kt115 PendingIntent.getActivity(getContext(), 0, intent, PendingIntent.FLAG_IMMUTABLE)
128 PendingIntent.getActivity(getContext(), 0, intent, PendingIntent.FLAG_IMMUTABLE)
/frameworks/base/services/core/java/com/android/server/wm/
DAlertWindowNotification.java21 import static android.app.PendingIntent.FLAG_IMMUTABLE;
143 FLAG_CANCEL_CURRENT | FLAG_IMMUTABLE); in getContentIntent()
DActivityStartInterceptor.java23 import static android.app.PendingIntent.FLAG_IMMUTABLE;
352 FLAG_IMMUTABLE); in interceptSuspendedPackageIfNeeded()
434 FLAG_CANCEL_CURRENT | FLAG_ONE_SHOT | FLAG_IMMUTABLE); in interceptWithConfirmCredentialsIfNeeded()
463 FLAG_CANCEL_CURRENT | FLAG_ONE_SHOT | FLAG_IMMUTABLE); in interceptHarmfulAppIfNeeded()
/frameworks/base/errorprone/tests/res/android/app/
DPendingIntent.java26 public static final int FLAG_IMMUTABLE = 1<<26; field in PendingIntent
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
DInstallCarrierAppUtils.java73 | PendingIntent.FLAG_IMMUTABLE); in showNotification()
129 PendingIntent.FLAG_IMMUTABLE); in showNotificationIfNotInstalledDelayed()
/frameworks/base/packages/SystemUI/src/com/android/systemui/screenrecord/
DScreenRecordDialogDelegate.java167 PendingIntent.FLAG_UPDATE_CURRENT | PendingIntent.FLAG_IMMUTABLE); in requestScreenCapture()
171 PendingIntent.FLAG_UPDATE_CURRENT | PendingIntent.FLAG_IMMUTABLE); in requestScreenCapture()
/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
DRemoteBugreportManager.java149 dialogIntent, PendingIntent.FLAG_IMMUTABLE, null, UserHandle.CURRENT); in buildNotification()
173 PendingIntent.FLAG_CANCEL_CURRENT | PendingIntent.FLAG_IMMUTABLE); in buildNotification()
177 PendingIntent.FLAG_CANCEL_CURRENT | PendingIntent.FLAG_IMMUTABLE); in buildNotification()
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/
DRecordIssueTile.kt138 PendingIntent.FLAG_UPDATE_CURRENT or PendingIntent.FLAG_IMMUTABLE in startIssueRecordingService()
147 PendingIntent.FLAG_UPDATE_CURRENT or PendingIntent.FLAG_IMMUTABLE in stopIssueRecordingService()
/frameworks/base/services/tests/servicestests/src/com/android/server/ambientcontext/
DAmbientContextManagerServiceTest.java52 intent, PendingIntent.FLAG_IMMUTABLE); in testClientRequest()
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/model/
DNotificationController.java279 return PendingIntent.getActivity(mContext, 0, intent, PendingIntent.FLAG_IMMUTABLE); in createContentIntent()
287 PendingIntent.FLAG_ONE_SHOT | PendingIntent.FLAG_IMMUTABLE); in createCancelIntent()
295 PendingIntent.FLAG_ONE_SHOT | PendingIntent.FLAG_IMMUTABLE); in createRestartIntent()

1234567