Home
last modified time | relevance | path

Searched defs:diagnostics (Results 1 – 2 of 2) sorted by relevance

/packages/apps/DeviceDiagnostics/DeviceDiagnosticsLib/src/main/java/com/android/devicediagnostics/
DStorageActivity.kt33 class StorageInfoFragment(private var diagnostics: StorageInfo) : PreferenceFragmentCompat() { variable in com.android.devicediagnostics.StorageInfoFragment
68 var diagnostics: StorageInfo = StorageInfo.getDefaultInstance() variable
85 val diagnostics = readStorageInfo() in onCreate() constant
DBatteryActivity.kt46 class BatteryInfoFragment(private val diagnostics: BatteryInfo, private val launchLevel: Int) : constant in com.android.devicediagnostics.BatteryInfoFragment
125 var diagnostics: BatteryInfo = BatteryInfo.getDefaultInstance() variable
142 val diagnostics = readBatteryInfo() in onCreate() constant