Searched defs:quote (Results 1 - 6 of 6) sorted by relevance

/frameworks/base/core/tests/coretests/src/android/util/
H A DLocalLogTest.java82 String msg = String.format("%s did not contain %s", quote(got), quote(want));
101 static String quote(String s) { method in class:LocalLogTest
/frameworks/base/core/java/android/util/
H A DJsonReader.java652 int quote = nextNonWhitespace();
653 switch (quote) {
657 name = nextString((char) quote);
870 * Returns the string up to but not including {@code quote}, unescaping any
871 * character escape sequences encountered along the way. The opening quote
872 * should have already been read. This consumes the closing quote, but does
875 * @param quote either ' or ".
879 private String nextString(char quote) throws IOException { argument
887 if (c == quote) {
/frameworks/base/services/tests/servicestests/src/com/android/server/
H A DNetworkScoreServiceTest.java111 new ScoredNetwork(new NetworkKey(new WifiKey(quote(SSID), "00:00:00:00:00:00")),
114 new ScoredNetwork(new NetworkKey(new WifiKey(quote(SSID_2), "00:00:00:00:00:00")),
140 private static String quote(String str) { method in class:NetworkScoreServiceTest
742 new ScoredNetwork(new NetworkKey(new WifiKey(quote("newSsid"),
/frameworks/support/frameworks/support/samples/SupportLeanbackShowcase/libs/
H A Dgson-1.7.2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/gson/ com/google/gson/annotations/ ...
/frameworks/support/samples/SupportLeanbackShowcase/libs/
H A Dgson-1.7.2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/gson/ com/google/gson/annotations/ ...
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 1298 milliseconds