Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/com/android/internal/os/
H A DPowerProfile.java334 final int xmlId = forTest ? com.android.internal.R.xml.power_profile_test in PowerProfile() local
336 initLocked(context, xmlId); in PowerProfile()
345 public void forceInitForTesting(Context context, @XmlRes int xmlId) { in forceInitForTesting() argument
350 initLocked(context, xmlId); in forceInitForTesting()
355 private void initLocked(Context context, @XmlRes int xmlId) { in initLocked() argument
357 readPowerValuesFromXml(context, xmlId); in initLocked()
364 private void readPowerValuesFromXml(Context context, @XmlRes int xmlId) { in readPowerValuesFromXml() argument
366 XmlResourceParser parser = resources.getXml(xmlId); in readPowerValuesFromXml()
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/power/stats/
H A DBatteryUsageStatsRule.java80 public BatteryUsageStatsRule setTestPowerProfile(@XmlRes int xmlId) { in setTestPowerProfile() argument
81 mPowerProfile.forceInitForTesting(mContext, xmlId); in setTestPowerProfile()
/aosp14/frameworks/base/core/tests/coretests/src/com/android/internal/os/
H A DPowerProfileTest.java507 private XmlResourceParser getTestModemElement(@XmlRes int xmlId, String elementName) in getTestModemElement() argument
511 XmlResourceParser parser = resources.getXml(xmlId); in getTestModemElement()