Home
last modified time | relevance | path

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

/platform_testing/libraries/flag-helpers/junit/src_host/android/platform/test/flag/junit/host/
DDeviceFlags.java107 String[] flagNameValue = deviceConfig.split("=", 2); in getDeviceConfigFlags() local
108 mAllFlagValues.put(flagNameValue[0], flagNameValue[1]); in getDeviceConfigFlags()