Home
last modified time | relevance | path

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

/packages/modules/HealthFitness/tests/cts/utils/HealthConnectTestUtils/src/android/healthconnect/cts/utils/
DDeviceConfigRule.java19 import static android.healthconnect.cts.utils.TestUtils.getDeviceConfigValue;
37 mOriginalValue = getDeviceConfigValue(mKey); in before()
DTestUtils.java876 public static String getDeviceConfigValue(String key) { in getDeviceConfigValue() method in TestUtils