Home
last modified time | relevance | path

Searched refs:getFullChargeIntentAction (Results 1 – 4 of 4) sorted by relevance

/packages/apps/Settings/tests/robotests/src/com/android/settings/fuelgauge/batteryusage/
DBatteryUsageBroadcastReceiverTest.java82 when(mFakeFeatureFactory.powerUsageFeatureProvider.getFullChargeIntentAction()) in onReceive_aospNotFullCharged_notFetchUsageData()
99 when(mFakeFeatureFactory.powerUsageFeatureProvider.getFullChargeIntentAction()) in onReceive_aospNearBooting_notFetchUsageData()
120 when(mFakeFeatureFactory.powerUsageFeatureProvider.getFullChargeIntentAction()) in onReceive_aospWrongAction_notFetchUsageData()
140 when(mFakeFeatureFactory.powerUsageFeatureProvider.getFullChargeIntentAction()) in onReceive_aospNormal_fetchUsageData()
160 when(mFakeFeatureFactory.powerUsageFeatureProvider.getFullChargeIntentAction()) in onReceive_pixelNotFullCharged_notFetchUsageData()
177 when(mFakeFeatureFactory.powerUsageFeatureProvider.getFullChargeIntentAction()) in onReceive_pixelNearBooting_fetchUsageData()
198 when(mFakeFeatureFactory.powerUsageFeatureProvider.getFullChargeIntentAction()) in onReceive_pixelWrongAction_notFetchUsageData()
218 when(mFakeFeatureFactory.powerUsageFeatureProvider.getFullChargeIntentAction()) in onReceive_pixelNormal_fetchUsageData()
/packages/apps/Settings/src/com/android/settings/fuelgauge/
DPowerUsageFeatureProvider.java131 String getFullChargeIntentAction(); in getFullChargeIntentAction() method
DPowerUsageFeatureProviderImpl.java178 public String getFullChargeIntentAction() { in getFullChargeIntentAction() method in PowerUsageFeatureProviderImpl
/packages/apps/Settings/src/com/android/settings/fuelgauge/batteryusage/
DBatteryUsageBroadcastReceiver.java74 .getFullChargeIntentAction(); in onReceive()