Home
last modified time | relevance | path

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

/cts/tests/tests/appenumeration/src/android/appenumeration/cts/
DAppEnumerationTests.java200 final String deviceConfigResponse = in setup() local
205 if ("null".equalsIgnoreCase(deviceConfigResponse) || deviceConfigResponse.isEmpty()) { in setup()
208 sGlobalFeatureEnabled = Boolean.parseBoolean(deviceConfigResponse); in setup()