Home
last modified time | relevance | path

Searched refs:MODE_BACKGROUND_ACTIVITY_START_ALLOWED (Results 1 – 25 of 36) sorted by relevance

12

/aosp14/frameworks/base/core/java/android/app/
H A DComponentOptions.java62 MODE_BACKGROUND_ACTIVITY_START_ALLOWED,
76 public static final int MODE_BACKGROUND_ACTIVITY_START_ALLOWED = 1; field in ComponentOptions
148 case MODE_BACKGROUND_ACTIVITY_START_ALLOWED: in setPendingIntentBackgroundActivityStartMode()
171 return MODE_BACKGROUND_ACTIVITY_START_ALLOWED; in getPendingIntentBackgroundActivityStartMode()
H A DActivityOptions.java97 public static final int MODE_BACKGROUND_ACTIVITY_START_ALLOWED = field in ActivityOptions
98 ComponentOptions.MODE_BACKGROUND_ACTIVITY_START_ALLOWED;
2068 ? MODE_BACKGROUND_ACTIVITY_START_DENIED : MODE_BACKGROUND_ACTIVITY_START_ALLOWED; in setIgnorePendingIntentCreatorForegroundState()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/controls/ui/
H A DDetailDialog.kt23 import android.app.ComponentOptions.MODE_BACKGROUND_ACTIVITY_START_ALLOWED
101 ).setPendingIntentBackgroundActivityStartMode(MODE_BACKGROUND_ACTIVITY_START_ALLOWED)
167 ActivityOptions.MODE_BACKGROUND_ACTIVITY_START_ALLOWED)
H A DStatusBehavior.kt80 ActivityOptions.MODE_BACKGROUND_ACTIVITY_START_ALLOWED)
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/mediaprojection/appselector/view/
H A DMediaProjectionRecentsViewController.kt20 import android.app.ComponentOptions.MODE_BACKGROUND_ACTIVITY_START_ALLOWED
134 MODE_BACKGROUND_ACTIVITY_START_ALLOWED
/aosp14/frameworks/base/packages/CredentialManager/src/com/android/credentialmanager/common/
H A DStartBalIntentSenderForResultContract.kt36 ActivityOptions.MODE_BACKGROUND_ACTIVITY_START_ALLOWED
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
H A DBubbleTaskViewHelper.java18 import static android.app.ActivityOptions.MODE_BACKGROUND_ACTIVITY_START_ALLOWED;
115 MODE_BACKGROUND_ACTIVITY_START_ALLOWED);
H A DBubbleExpandedView.java19 import static android.app.ActivityOptions.MODE_BACKGROUND_ACTIVITY_START_ALLOWED;
234 MODE_BACKGROUND_ACTIVITY_START_ALLOWED);
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
H A DSmartActionsReceiver.java59 ActivityOptions.MODE_BACKGROUND_ACTIVITY_START_ALLOWED); in onReceive()
H A DActionProxyReceiver.java75 ActivityOptions.MODE_BACKGROUND_ACTIVITY_START_ALLOWED); in onReceive()
H A DOverlayActionChip.java103 BroadcastOptions.MODE_BACKGROUND_ACTIVITY_START_ALLOWED); in setPendingIntent()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/smartspace/dagger/
H A DSmartspaceViewComponent.kt87 ActivityOptions.MODE_BACKGROUND_ACTIVITY_START_ALLOWED)
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/controls/ui/
H A DDetailDialogTest.kt90 .isEqualTo(ActivityOptions.MODE_BACKGROUND_ACTIVITY_START_ALLOWED)
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/tv/notifications/
H A DTvNotificationAdapter.java107 BroadcastOptions.MODE_BACKGROUND_ACTIVITY_START_ALLOWED); in onClick()
/aosp14/frameworks/base/core/java/com/android/internal/app/
H A DHarmfulAppWarningActivity.java115 ActivityOptions.MODE_BACKGROUND_ACTIVITY_START_ALLOWED) in onClick()
H A DHeavyWeightSwitcherActivity.java157 ActivityOptions.MODE_BACKGROUND_ACTIVITY_START_ALLOWED);
H A DSuspendedAppActivity.java322 .MODE_BACKGROUND_ACTIVITY_START_ALLOWED) in onClick()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DStatusBarNotificationActivityStarter.java19 import static android.app.ActivityOptions.MODE_BACKGROUND_ACTIVITY_START_ALLOWED;
602 MODE_BACKGROUND_ACTIVITY_START_ALLOWED); in launchFullScreenIntent()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DRemoteInputViewController.kt281 ActivityOptions.MODE_BACKGROUND_ACTIVITY_START_ALLOWED)
H A DSmartReplyStateInflater.kt497 ActivityOptions.MODE_BACKGROUND_ACTIVITY_START_ALLOWED)
/aosp14/frameworks/base/core/java/android/view/autofill/
H A DAutofillClientController.java492 ActivityOptions.MODE_BACKGROUND_ACTIVITY_START_ALLOWED); in autofillClientAuthenticate()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/wallet/ui/
H A DWalletView.java311 BroadcastOptions.MODE_BACKGROUND_ACTIVITY_START_ALLOWED); in renderActionButton()
/aosp14/frameworks/base/core/java/android/view/textclassifier/
H A DTextClassification.java306 ActivityOptions.MODE_BACKGROUND_ACTIVITY_START_ALLOWED).toBundle()); in createIntentOnClickListener()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/lockscreen/
H A DLockscreenSmartspaceController.kt381 ActivityOptions.MODE_BACKGROUND_ACTIVITY_START_ALLOWED)
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DNotificationLockscreenUserManagerImpl.java164 ActivityOptions.MODE_BACKGROUND_ACTIVITY_START_ALLOWED);

12