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.java201 final String deviceConfigResponse = in setup() local
206 if ("null".equalsIgnoreCase(deviceConfigResponse) || deviceConfigResponse.isEmpty()) { in setup()
209 sGlobalFeatureEnabled = Boolean.parseBoolean(deviceConfigResponse); in setup()