Searched refs:isValidToShowSummary (Results 1 – 3 of 3) sorted by relevance
139 boolean isValidToShowSummary, String slotInformation) { in startBatteryDetailPage() argument151 isValidToShowSummary ? diffEntry.mForegroundUsageTimeInMs : 0; in startBatteryDetailPage()153 isValidToShowSummary ? diffEntry.mBackgroundUsageTimeInMs : 0; in startBatteryDetailPage()161 boolean isValidToShowSummary) { in startBatteryDetailPage() argument170 launchArgs.mForegroundTimeMs = isValidToShowSummary ? entry.getTimeInForegroundMs() : 0; in startBatteryDetailPage()171 launchArgs.mBackgroundTimeMs = isValidToShowSummary ? entry.getTimeInBackgroundMs() : 0; in startBatteryDetailPage()
233 isValidToShowSummary(packageName), getSlotInformation()); in handlePreferenceTreeClick()517 if (!isValidToShowSummary(entry.getPackageName())) { in setPreferenceSummary()560 boolean isValidToShowSummary(String packageName) { in isValidToShowSummary() method in BatteryChartPreferenceController
679 .isValidToShowSummary("com.google.android.apps.scone")) in testIsValidToShowSummary_returnExpectedResult()684 .isValidToShowSummary("com.android.googlequicksearchbox")) in testIsValidToShowSummary_returnExpectedResult()