Searched defs:diagnostics (Results 1 – 2 of 2) sorted by relevance
/packages/apps/DeviceDiagnostics/DeviceDiagnosticsLib/src/main/java/com/android/devicediagnostics/ | ||
D | StorageActivity.kt | 33 class StorageInfoFragment(private var diagnostics: StorageInfo) : PreferenceFragmentCompat() { variable in com.android.devicediagnostics.StorageInfoFragment |
D | BatteryActivity.kt | 46 class BatteryInfoFragment(private val diagnostics: BatteryInfo, private val launchLevel: Int) : constant in com.android.devicediagnostics.BatteryInfoFragment |