/aosp12/frameworks/base/services/tests/wmtests/src/com/android/server/wm/ |
H A D | SafeActivityOptionsTest.java | 44 assertEquals(6, result.getLaunchDisplayId()); in testMerge()
|
H A D | ActivityOptionsTest.java | 81 assertEquals(Integer.MAX_VALUE, restoredOpts.getLaunchDisplayId()); in testMerge_NoClobber()
|
/aosp12/packages/services/Car/tests/carservice_unit_test/src/com/android/car/cluster/ |
H A D | ClusterHomeServiceUnitTest.java | 168 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 D | SafeActivityOptions.java | 263 final int launchDisplayId = options.getLaunchDisplayId(); in checkPermissions()
|
H A D | TaskLaunchParamsModifier.java | 386 options != null ? options.getLaunchDisplayId() : INVALID_DISPLAY; in getPreferredLaunchTaskDisplayArea()
|
H A D | RootWindowContainer.java | 2927 displayId = options.getLaunchDisplayId(); in getLaunchRootTask()
|
H A D | ActivityRecord.java | 1830 mHandoverLaunchDisplayId = options.getLaunchDisplayId(); in ActivityRecord()
|
/aosp12/frameworks/opt/car/services/tests/src/com/android/server/wm/ |
H A D | CarLaunchParamsModifierTest.java | 243 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 D | InstrumentClusterService.java | 197 options.getLaunchDisplayId(), userId);
|
/aosp12/frameworks/opt/car/services/src/com/android/server/wm/ |
H A D | CarLaunchParamsModifier.java | 324 int originalDisplayId = options.getLaunchDisplayId(); in onCalculate()
|
/aosp12/packages/services/Car/tests/carservice_unit_test/src/com/android/car/ |
H A D | CarProjectionServiceTest.java | 239 assertThat(options.getActivityOptions().getLaunchDisplayId()).isEqualTo(displayId); in getProjectionOptions_nonDefaults()
|
/aosp12/packages/services/Car/tests/carservice_test/src/com/android/car/cluster/ |
H A D | ClusterHomeManagerTest.java | 280 assertThat(mActivityOptionsCaptor.getValue().getLaunchDisplayId()) in testStartFixedActivityModeAsUser()
|
/aosp12/packages/apps/Car/Cluster/DirectRenderingCluster/src/android/car/cluster/ |
H A D | ClusterRenderingService.java | 139 options, options != null ? options.getLaunchDisplayId() : -1)); in setActivityLaunchOptions()
|
/aosp12/packages/services/Car/car-lib/src/android/car/cluster/renderer/ |
H A D | InstrumentClusterRenderingService.java | 424 mActivityOptions, intent, mActivityOptions.getLaunchDisplayId())); in startNavigationActivity()
|
/aosp12/frameworks/base/core/java/android/app/ |
H A D | ActivityOptions.java | 1431 public int getLaunchDisplayId() { in getLaunchDisplayId() method in ActivityOptions
|
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |
/aosp12/frameworks/base/core/api/ |
H A D | current.txt | 4375 method public int getLaunchDisplayId();
|