Searched refs:LOADER_BATTERY_USAGE_STATS (Results 1 – 5 of 5) sorted by relevance
43 private static final int LOADER_BATTERY_USAGE_STATS = 1; field in PowerUsageBase91 getLoaderManager().restartLoader(LOADER_BATTERY_USAGE_STATS, bundle, in restartBatteryStatsLoader()
50 private static final int LOADER_BATTERY_USAGE_STATS = 2; field in PowerUsageAdvanced158 getLoaderManager().restartLoader(LOADER_BATTERY_USAGE_STATS, bundle, in restartBatteryStatsLoader()
213 .restartLoader(AppInfoDashboardFragment.LOADER_BATTERY_USAGE_STATS, Bundle.EMPTY, in onResume_shouldRestartBatteryStatsLoader()223 verify(mLoaderManager).destroyLoader(AppInfoDashboardFragment.LOADER_BATTERY_USAGE_STATS); in onPause_shouldDestroyBatteryStatsLoader()
162 AppInfoDashboardFragment.LOADER_BATTERY_USAGE_STATS, Bundle.EMPTY, in onResume()169 AppInfoDashboardFragment.LOADER_BATTERY_USAGE_STATS); in onPause()
96 static final int LOADER_BATTERY_USAGE_STATS = 5; field in AppInfoDashboardFragment