Searched refs:forceInitForTesting (Results 1 – 3 of 3) sorted by relevance
72 mProfile.forceInitForTesting(mContext, R.xml.power_profile_test); in testPowerProfile()538 mProfile.forceInitForTesting(mContext, R.xml.power_profile_test_power_brackets); in powerBrackets_specifiedInPowerProfile()552 mProfile.forceInitForTesting(mContext, R.xml.power_profile_test); in powerBrackets_automatic()574 mProfile.forceInitForTesting(mContext, R.xml.power_profile_test); in powerBrackets_moreBracketsThanStates()
81 mPowerProfile.forceInitForTesting(mContext, xmlId); in setTestPowerProfile()
345 public void forceInitForTesting(Context context, @XmlRes int xmlId) { in forceInitForTesting() method in PowerProfile