Searched refs:setDeviceConfigValue (Results 1 – 2 of 2) sorted by relevance
20 import static android.healthconnect.cts.utils.TestUtils.setDeviceConfigValue;38 setDeviceConfigValue(mKey, mValue); in before()43 setDeviceConfigValue(mKey, mOriginalValue); in after()
882 public static void setDeviceConfigValue(String key, String value) { in setDeviceConfigValue() method in TestUtils