Home
last modified time | relevance | path

Searched refs:launchLevel (Results 1 – 4 of 4) sorted by relevance

/packages/apps/DeviceDiagnostics/DeviceDiagnosticsLib/src/main/java/com/android/devicediagnostics/
DBatteryActivity.kt46 class BatteryInfoFragment(private val diagnostics: BatteryInfo, private val launchLevel: Int) : constant in com.android.devicediagnostics.BatteryInfoFragment
62 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() constant
146 add(R.id.fragment_container_view, BatteryInfoFragment(diagnostics, launchLevel)) in onCreate()
171 fun createIntent(from: Context, diagnostics: BatteryInfo, launchLevel: Int): Intent { in createIntent()
[all …]
DDeviceReportJsonFormatter.kt107 obj.putIfPresent(report.hasLaunchLevel(), "launch_level", report.launchLevel) in deviceReportToJson()
DDisplayResultFragment.kt45 BatteryActivity.createIntent(activity!!, report.battery, report.launchLevel) in onCreatePreferences()
/packages/apps/DeviceDiagnostics/DeviceDiagnosticsLib/src/main/java/com/android/devicediagnostics/evaluated/
DEvaluationFinalizeActivity.kt84 val launchLevel = ApplicationInterface.app.getLaunchLevel() in buildReport() constant
98 reportBuilder.setLaunchLevel(launchLevel) in buildReport()