Home | History | Annotate | Download | only in pyautolib

Lines Matching refs:launch_type

3741     In the sample data below, the "launch_type" will be one of the following
3755 u'launch_type': u'regular',
3772 u'launch_type': u'regular',
3840 def SetAppLaunchType(self, app_id, launch_type, windex=0):
3845 launch_type: The string launch type, which must be one of the following:
3856 self.assertTrue(launch_type in ('pinned', 'regular', 'fullscreen',
3858 msg='Unexpected launch type value: "%s"' % launch_type)
3862 'launch_type': launch_type,