Home
last modified time | relevance | path

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

/cts/tests/tests/time/shell_utils/common/android/app/time/cts/shell/
DDeviceConfigShellHelper.java102 int separatorPos = line.indexOf('='); in list() local
103 String key = line.substring(0, separatorPos); in list()
104 String value = line.substring(separatorPos + 1); in list()