Home
last modified time | relevance | path

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

/packages/modules/HealthFitness/tests/cts/src/android/healthconnect/cts/ui/
DExerciseRouteRequestTest.kt37 import android.healthconnect.cts.utils.PermissionHelper.runWithDeviceConfigForController
401 runWithDeviceConfigForController(READ_ROUTES_ALL_FEATURE_FLAG, "false") { in requestRoute_allowAllFeatureOff_allowAllNotDisplayed()
/packages/modules/HealthFitness/tests/cts/utils/HealthConnectTestUtils/src/android/healthconnect/cts/utils/
DPermissionHelper.java285 public static <T> T runWithDeviceConfigForController( in runWithDeviceConfigForController() method in PermissionHelper