Searched refs:setOptions (Results 1 – 7 of 7) sorted by relevance
73 .setOptions(launchOptions) in testLaunchInFreeform()95 .setOptions(launchOptions) in testMultiLaunchInFreeform()100 .setOptions(launchOptions) in testMultiLaunchInFreeform()105 .setOptions(launchOptions) in testMultiLaunchInFreeform()133 .setOptions(launchOptions) in testLaunchOccludingInFreeform()140 .setOptions(launchOptions) in testLaunchOccludingInFreeform()191 .setOptions(launchOptions) in testLaunchTranslucentInFreeform()198 .setOptions(launchOptions) in testLaunchTranslucentInFreeform()275 .setOptions(launchOptions) in launchActivityInFullscreenAndWait()
152 .setOptions(getLaunchOptionsForFullscreen()) in testTranslucentMovedIntoStack()156 .setOptions(getLaunchOptionsForFullscreen()) in testTranslucentMovedIntoStack()483 new Launcher(FirstActivity.class).setOptions(options).launch(); in testRelaunchConfigurationChangedWhileBecomingVisible()485 new Launcher(TranslucentActivity.class).setOptions(options).launch(); in testRelaunchConfigurationChangedWhileBecomingVisible()487 new Launcher(SecondActivity.class).setOptions(options).launch(); in testRelaunchConfigurationChangedWhileBecomingVisible()703 .setOptions(getLaunchOptionsForFullscreen()) in testRestoreFromKill()738 .setOptions(getLaunchOptionsForFullscreen()) in testLocalRecreate()798 .setOptions(getLaunchOptionsForFullscreen()) in testOnNewIntentFromHidden()
720 .setOptions(options) in testTopPositionLaunchedOnTopOfLockScreen()750 .setOptions(launchOptions) in testTopPositionSwitchAcrossDisplays()768 .setOptions(launchOptions) in testTopPositionSwitchAcrossDisplays()802 .setOptions(launchOptions) in testTopPositionSwitchAcrossDisplaysOnTap()818 .setOptions(launchOptions) in testTopPositionSwitchAcrossDisplaysOnTap()1025 .setOptions(launchOptions) in testFinishOnDifferentDisplay_nonFocused()1069 .setOptions(launchOptions) in testFinishOnDifferentDisplay_focused()
247 .setOptions(getLaunchOptionsForFullscreen()) in testFinishAffinity_differentAffinity()269 .setOptions(getLaunchOptionsForFullscreen()) in testFinishAffinity_multiTask()
236 public Launcher setOptions(ActivityOptions options) { in setOptions() method in ActivityLifecycleClientTestBase.Launcher
85 public void setOptions(byte[] newOptions) { in setOptions() method in Ipv4Packet
561 Bundle setOptions = new Bundle(); in testGetAppWidgetOptions() local562 setOptions.putInt(AppWidgetManager.OPTION_APPWIDGET_MIN_WIDTH, 1); in testGetAppWidgetOptions()563 setOptions.putInt(AppWidgetManager.OPTION_APPWIDGET_MIN_HEIGHT, 2); in testGetAppWidgetOptions()564 setOptions.putInt(AppWidgetManager.OPTION_APPWIDGET_MAX_WIDTH, 3); in testGetAppWidgetOptions()565 setOptions.putInt(AppWidgetManager.OPTION_APPWIDGET_MAX_HEIGHT, 4); in testGetAppWidgetOptions()569 provider.getProfile(), provider.provider, setOptions); in testGetAppWidgetOptions()573 assertTrue(equalOptions(setOptions, foundOptions)); in testGetAppWidgetOptions()