Searched refs:launchLevel (Results 1 – 4 of 4) sorted by relevance
46 class BatteryInfoFragment(private val diagnostics: BatteryInfo, private val launchLevel: Int) : constant in com.android.devicediagnostics.BatteryInfoFragment62 it.isVisible = launchLevel >= Build.VERSION_CODES.UPSIDE_DOWN_CAKE in onCreatePreferences()80 it.isVisible = launchLevel >= Build.VERSION_CODES.UPSIDE_DOWN_CAKE in onCreatePreferences()89 it.isVisible = launchLevel >= Build.VERSION_CODES.UPSIDE_DOWN_CAKE in onCreatePreferences()98 it.isVisible = launchLevel >= Build.VERSION_CODES.UPSIDE_DOWN_CAKE in onCreatePreferences()107 it.isVisible = launchLevel > Build.VERSION_CODES.VANILLA_ICE_CREAM in onCreatePreferences()116 it.isVisible = launchLevel > Build.VERSION_CODES.VANILLA_ICE_CREAM in onCreatePreferences()143 val launchLevel = readLaunchLevel() in onCreate() constant146 add(R.id.fragment_container_view, BatteryInfoFragment(diagnostics, launchLevel)) in onCreate()171 fun createIntent(from: Context, diagnostics: BatteryInfo, launchLevel: Int): Intent { in createIntent()[all …]
107 obj.putIfPresent(report.hasLaunchLevel(), "launch_level", report.launchLevel) in deviceReportToJson()
45 BatteryActivity.createIntent(activity!!, report.battery, report.launchLevel) in onCreatePreferences()
84 val launchLevel = ApplicationInterface.app.getLaunchLevel() in buildReport() constant98 reportBuilder.setLaunchLevel(launchLevel) in buildReport()