Searched refs:is_auto_launch_enabled_ (Results 1 – 2 of 2) sorted by relevance
101 is_auto_launch_enabled_(false), in KioskAppsHandler()208 is_auto_launch_enabled_ = in OnGetConsumerKioskAutoLaunchStatus()215 kiosk_params.SetBoolean("autoLaunchEnabled", is_auto_launch_enabled_); in OnGetConsumerKioskAutoLaunchStatus()299 if (!initialized_ || !is_kiosk_enabled_ || !is_auto_launch_enabled_) in HandleEnableKioskAutoLaunch()310 if (!initialized_ || !is_kiosk_enabled_ || !is_auto_launch_enabled_) in HandleDisableKioskAutoLaunch()
73 bool is_auto_launch_enabled_; variable