Home
last modified time | relevance | path

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

/external/libchrome/base/android/java/src/org/chromium/base/
DCommandLine.java346 return nativeGetSwitchValue(switchString); in getSwitchValue()
385 private static native String nativeGetSwitchValue(String switchString); in nativeGetSwitchValue() method in CommandLine