Home
last modified time | relevance | path

Searched refs:isBackgroundRestrictionEnabled (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Settings/tests/robotests/src/com/android/settings/fuelgauge/
DBatteryUtilsTest.java272 assertThat(mBatteryUtils.isBackgroundRestrictionEnabled(SDK_VERSION, UID, PACKAGE_NAME)) in testBackgroundRestrictionOn_restrictionOn_returnTrue()
282 assertThat(mBatteryUtils.isBackgroundRestrictionEnabled(SDK_VERSION, UID, PACKAGE_NAME)) in testBackgroundRestrictionOn_restrictionOff_returnFalse()
/packages/apps/Settings/src/com/android/settings/fuelgauge/
DBatteryUtils.java298 public boolean isBackgroundRestrictionEnabled( in isBackgroundRestrictionEnabled() method in BatteryUtils