Home
last modified time | relevance | path

Searched refs:LOADER_BATTERY_USAGE_STATS (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Settings/tests/robotests/src/com/android/settings/applications/appinfo/
DAppBatteryPreferenceControllerTest.java213 .restartLoader(AppInfoDashboardFragment.LOADER_BATTERY_USAGE_STATS, Bundle.EMPTY, in onResume_shouldRestartBatteryStatsLoader()
223 verify(mLoaderManager).destroyLoader(AppInfoDashboardFragment.LOADER_BATTERY_USAGE_STATS); in onPause_shouldDestroyBatteryStatsLoader()
/packages/apps/Settings/src/com/android/settings/applications/appinfo/
DAppBatteryPreferenceController.java157 AppInfoDashboardFragment.LOADER_BATTERY_USAGE_STATS, Bundle.EMPTY, in onResume()
164 AppInfoDashboardFragment.LOADER_BATTERY_USAGE_STATS); in onPause()
DAppInfoDashboardFragment.java108 static final int LOADER_BATTERY_USAGE_STATS = 5; field in AppInfoDashboardFragment