Home
last modified time | relevance | path

Searched refs:ComponentOptions (Results 1 – 15 of 15) sorted by relevance

/aosp14/frameworks/base/core/java/android/app/
H A DComponentOptions.java37 public class ComponentOptions { class
84 ComponentOptions() { in ComponentOptions() method in ComponentOptions
87 ComponentOptions(Bundle opts) { in ComponentOptions() method in ComponentOptions
142 public @NonNull ComponentOptions setPendingIntentBackgroundActivityStartMode( in setPendingIntentBackgroundActivityStartMode()
208 public static @Nullable ComponentOptions fromBundle(@Nullable Bundle options) { in fromBundle()
209 return (options != null) ? new ComponentOptions(options) : null; in fromBundle()
H A DActivityOptions.java77 public class ActivityOptions extends ComponentOptions {
95 ComponentOptions.MODE_BACKGROUND_ACTIVITY_START_SYSTEM_DEFINED;
98 ComponentOptions.MODE_BACKGROUND_ACTIVITY_START_ALLOWED;
101 ComponentOptions.MODE_BACKGROUND_ACTIVITY_START_DENIED;
H A DBroadcastOptions.java49 public class BroadcastOptions extends ComponentOptions {
/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DBackgroundActivityStartController.java38 import android.app.ComponentOptions;
210 != ComponentOptions.MODE_BACKGROUND_ACTIVITY_START_DENIED; in checkBackgroundActivityStart()
302 == ComponentOptions.MODE_BACKGROUND_ACTIVITY_START_SYSTEM_DEFINED; in checkBackgroundActivityStart()
/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
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/draganddrop/
H A DDragAndDropPolicy.java20 import static android.app.ComponentOptions.KEY_PENDING_INTENT_BACKGROUND_ACTIVITY_ALLOWED;
21 import static android.app.ComponentOptions.KEY_PENDING_INTENT_BACKGROUND_ACTIVITY_ALLOWED_BY_PERMIS…
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/controls/ui/
H A DDetailDialog.kt23 import android.app.ComponentOptions.MODE_BACKGROUND_ACTIVITY_START_ALLOWED
/aosp14/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/splitscreen/
H A DStageCoordinatorTests.java21 import static android.app.ComponentOptions.KEY_PENDING_INTENT_BACKGROUND_ACTIVITY_ALLOWED;
22 import static android.app.ComponentOptions.KEY_PENDING_INTENT_BACKGROUND_ACTIVITY_ALLOWED_BY_PERMIS…
/aosp14/frameworks/base/services/core/java/com/android/server/pm/
H A DLauncherAppsService.java21 import static android.app.ComponentOptions.MODE_BACKGROUND_ACTIVITY_START_ALLOWED;
22 import static android.app.ComponentOptions.MODE_BACKGROUND_ACTIVITY_START_SYSTEM_DEFINED;
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/splitscreen/
H A DStageCoordinator.java21 import static android.app.ComponentOptions.KEY_PENDING_INTENT_BACKGROUND_ACTIVITY_ALLOWED;
22 import static android.app.ComponentOptions.KEY_PENDING_INTENT_BACKGROUND_ACTIVITY_ALLOWED_BY_PERMIS…
/aosp14/frameworks/base/core/api/
H A Dtest-current.txt178 public class ActivityOptions extends android.app.ComponentOptions {
282 public class BroadcastOptions extends android.app.ComponentOptions {
296 public class ComponentOptions {
/aosp14/frameworks/base/boot/
H A Dpreloaded-classes369 android.app.ComponentOptions
H A Dboot-image-profile.txt23149 Landroid/app/ComponentOptions;
/aosp14/frameworks/base/config/
H A Dpreloaded-classes369 android.app.ComponentOptions
H A Dboot-image-profile.txt33252 Landroid/app/ComponentOptions;