Home
last modified time | relevance | path

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

123

/frameworks/base/core/java/android/app/
DComponentOptions.java20 import static android.app.ActivityOptions.MODE_BACKGROUND_ACTIVITY_START_ALLOWED;
86 mPendingIntentBalAllowed = allowed ? MODE_BACKGROUND_ACTIVITY_START_ALLOWED in setPendingIntentBackgroundActivityLaunchAllowed()
120 case MODE_BACKGROUND_ACTIVITY_START_ALLOWED: in setPendingIntentBackgroundActivityStartMode()
125 mPendingIntentBalAllowed = MODE_BACKGROUND_ACTIVITY_START_ALLOWED; in setPendingIntentBackgroundActivityStartMode()
/frameworks/base/packages/SystemUI/src/com/android/systemui/controls/ui/
DDetailDialog.kt21 import android.app.ActivityOptions.MODE_BACKGROUND_ACTIVITY_START_ALLOWED in <lambda>()
96 pendingIntentBackgroundActivityStartMode = MODE_BACKGROUND_ACTIVITY_START_ALLOWED in <lambda>()
156 ActivityOptions.MODE_BACKGROUND_ACTIVITY_START_ALLOWED) in <lambda>()
DStatusBehavior.kt80 ActivityOptions.MODE_BACKGROUND_ACTIVITY_START_ALLOWED) in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/mediaprojection/taskswitcher/data/repository/
DActivityTaskManagerTasksRepository.kt21 import android.app.ActivityOptions.MODE_BACKGROUND_ACTIVITY_START_ALLOWED in <lambda>()
56 MODE_BACKGROUND_ACTIVITY_START_ALLOWED in <lambda>()
/frameworks/base/packages/CredentialManager/src/com/android/credentialmanager/common/
DStartBalIntentSenderForResultContract.kt36 ActivityOptions.MODE_BACKGROUND_ACTIVITY_START_ALLOWED in createIntent()
/frameworks/base/packages/CredentialManager/shared/src/com/android/credentialmanager/activity/
DStartBalIntentSenderForResultContract.kt36 ActivityOptions.MODE_BACKGROUND_ACTIVITY_START_ALLOWED in createIntent()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
DBubbleTaskViewHelper.java18 import static android.app.ActivityOptions.MODE_BACKGROUND_ACTIVITY_START_ALLOWED;
106 MODE_BACKGROUND_ACTIVITY_START_ALLOWED);
/frameworks/base/packages/SystemUI/src/com/android/systemui/communal/widgets/
DWidgetConfigurationController.kt60 ActivityOptions.MODE_BACKGROUND_ACTIVITY_START_ALLOWED in configureWidget()
/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
DSmartActionsReceiver.java58 ActivityOptions.MODE_BACKGROUND_ACTIVITY_START_ALLOWED); in onReceive()
DActionExecutor.kt70 ActivityOptions.MODE_BACKGROUND_ACTIVITY_START_ALLOWED in sendPendingIntent()
DOverlayActionChip.java103 ActivityOptions.MODE_BACKGROUND_ACTIVITY_START_ALLOWED); in setPendingIntent()
/frameworks/base/packages/SystemUI/src/com/android/systemui/mediaprojection/appselector/view/
DMediaProjectionRecentsViewController.kt21 import android.app.ActivityOptions.MODE_BACKGROUND_ACTIVITY_START_ALLOWED in <lambda>()
143 MODE_BACKGROUND_ACTIVITY_START_ALLOWED in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/smartspace/dagger/
DSmartspaceViewComponent.kt87 ActivityOptions.MODE_BACKGROUND_ACTIVITY_START_ALLOWED) in create()
/frameworks/base/core/java/android/credentials/
DPrepareGetCredentialResponse.java48 ActivityOptions.MODE_BACKGROUND_ACTIVITY_START_ALLOWED).toBundle();
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/controls/ui/
DDetailDialogTest.kt92 .isEqualTo(ActivityOptions.MODE_BACKGROUND_ACTIVITY_START_ALLOWED) in testActivityOptionsAllowBal()
/frameworks/base/core/java/com/android/internal/app/
DHarmfulAppWarningActivity.java115 ActivityOptions.MODE_BACKGROUND_ACTIVITY_START_ALLOWED) in onClick()
DHeavyWeightSwitcherActivity.java157 ActivityOptions.MODE_BACKGROUND_ACTIVITY_START_ALLOWED);
/frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/domain/pipeline/interactor/
DMediaControlInteractor.kt148 ActivityOptions.MODE_BACKGROUND_ACTIVITY_START_ALLOWED in <lambda>()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/draganddrop/
DDragAndDropPolicy.java19 import static android.app.ActivityOptions.MODE_BACKGROUND_ACTIVITY_START_ALLOWED;
268 MODE_BACKGROUND_ACTIVITY_START_ALLOWED); in launchApp()
/frameworks/base/services/core/java/com/android/server/wm/
DActivityStartInterceptor.java21 import static android.app.ActivityOptions.MODE_BACKGROUND_ACTIVITY_START_ALLOWED;
152 MODE_BACKGROUND_ACTIVITY_START_ALLOWED); in createIntentSenderForOriginalIntent()
DBackgroundActivityStartController.java22 import static android.app.ActivityOptions.MODE_BACKGROUND_ACTIVITY_START_ALLOWED;
384 case MODE_BACKGROUND_ACTIVITY_START_ALLOWED: in getBackgroundStartPrivilegesAllowedByCreator()
463 == MODE_BACKGROUND_ACTIVITY_START_ALLOWED; in callerExplicitOptInOrAutoOptIn()
471 == MODE_BACKGROUND_ACTIVITY_START_ALLOWED; in realCallerExplicitOptInOrAutoOptIn()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusBarNotificationActivityStarter.java19 import static android.app.ActivityOptions.MODE_BACKGROUND_ACTIVITY_START_ALLOWED;
656 MODE_BACKGROUND_ACTIVITY_START_ALLOWED); in launchFullScreenIntent()
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DBackgroundActivityStartControllerTests.java461 ActivityOptions.MODE_BACKGROUND_ACTIVITY_START_ALLOWED); in testPendingIntent_allowedByCallerAndOptIn_isAllowed()
498 ActivityOptions.MODE_BACKGROUND_ACTIVITY_START_ALLOWED); in testPendingIntent_allowedByRealCallerAndOptIn_isAllowed()
/frameworks/base/services/companion/java/com/android/server/companion/datatransfer/
DSystemDataTransferProcessor.java174 ActivityOptions.MODE_BACKGROUND_ACTIVITY_START_ALLOWED) in buildPermissionTransferUserConsentIntent()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DRemoteInputViewController.kt262 ActivityOptions.MODE_BACKGROUND_ACTIVITY_START_ALLOWED) in onSendRemoteInput()

123