Home
last modified time | relevance | path

Searched refs:getLaunchDisplayId (Results 1 – 17 of 17) sorted by relevance

/aosp12/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DSafeActivityOptionsTest.java44 assertEquals(6, result.getLaunchDisplayId()); in testMerge()
H A DActivityOptionsTest.java81 assertEquals(Integer.MAX_VALUE, restoredOpts.getLaunchDisplayId()); in testMerge_NoClobber()
/aosp12/packages/services/Car/tests/carservice_unit_test/src/com/android/car/cluster/
H A DClusterHomeServiceUnitTest.java168 assertThat(activityOptionsCaptor.getValue().getLaunchDisplayId()) in initStartsClusterHomeActivity()
307 assertThat(activityOptionsCaptor.getValue().getLaunchDisplayId()).isEqualTo( in startFixedActivityModeAsUserInvokesFixedActivityService()
/aosp12/frameworks/base/services/core/java/com/android/server/wm/
H A DSafeActivityOptions.java263 final int launchDisplayId = options.getLaunchDisplayId(); in checkPermissions()
H A DTaskLaunchParamsModifier.java386 options != null ? options.getLaunchDisplayId() : INVALID_DISPLAY; in getPreferredLaunchTaskDisplayArea()
H A DRootWindowContainer.java2927 displayId = options.getLaunchDisplayId(); in getLaunchRootTask()
H A DActivityRecord.java1830 mHandoverLaunchDisplayId = options.getLaunchDisplayId(); in ActivityRecord()
/aosp12/frameworks/opt/car/services/tests/src/com/android/server/wm/
H A DCarLaunchParamsModifierTest.java243 when(mActivityOptions.getLaunchDisplayId()).thenReturn(INVALID_DISPLAY); in setUp()
581 when(mActivityOptions.getLaunchDisplayId()).thenReturn(PASSENGER_DISPLAY_ID_10); in testPreferSourceDoNotOverrideActivityOptions()
/aosp12/packages/services/Car/service/src/com/android/car/cluster/
H A DInstrumentClusterService.java197 options.getLaunchDisplayId(), userId);
/aosp12/frameworks/opt/car/services/src/com/android/server/wm/
H A DCarLaunchParamsModifier.java324 int originalDisplayId = options.getLaunchDisplayId(); in onCalculate()
/aosp12/packages/services/Car/tests/carservice_unit_test/src/com/android/car/
H A DCarProjectionServiceTest.java239 assertThat(options.getActivityOptions().getLaunchDisplayId()).isEqualTo(displayId); in getProjectionOptions_nonDefaults()
/aosp12/packages/services/Car/tests/carservice_test/src/com/android/car/cluster/
H A DClusterHomeManagerTest.java280 assertThat(mActivityOptionsCaptor.getValue().getLaunchDisplayId()) in testStartFixedActivityModeAsUser()
/aosp12/packages/apps/Car/Cluster/DirectRenderingCluster/src/android/car/cluster/
H A DClusterRenderingService.java139 options, options != null ? options.getLaunchDisplayId() : -1)); in setActivityLaunchOptions()
/aosp12/packages/services/Car/car-lib/src/android/car/cluster/renderer/
H A DInstrumentClusterRenderingService.java424 mActivityOptions, intent, mActivityOptions.getLaunchDisplayId())); in startNavigationActivity()
/aosp12/frameworks/base/core/java/android/app/
H A DActivityOptions.java1431 public int getLaunchDisplayId() { in getLaunchDisplayId() method in ActivityOptions
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/aosp12/frameworks/base/core/api/
H A Dcurrent.txt4375 method public int getLaunchDisplayId();