Searched defs:launchLevel (Results 1 – 2 of 2) sorted by relevance
46 class BatteryInfoFragment(private val diagnostics: BatteryInfo, private val launchLevel: Int) : constant in com.android.devicediagnostics.BatteryInfoFragment143 val launchLevel = readLaunchLevel() in onCreate() constant
84 val launchLevel = ApplicationInterface.app.getLaunchLevel() in buildReport() constant