HomeSort by relevance Sort by last modified time
    Searched defs:encodeComponent (Results 1 - 2 of 2) sorted by null

  /cts/tests/tests/location/src/android/location/cts/asn1/base/
Asn1ObjectIdentifier.java 78 encodeComponent(basicEncoding, firstComponent, false);
80 encodeComponent(basicEncoding, valueIterator.next(), false);
95 private void encodeComponent(BitStream basicEncoding,
99 encodeComponent(basicEncoding, component >>> 7, true);
  /external/autotest/frontend/client/src/autotest/common/
Utils.java 192 String key = encodeComponent(entry.getKey());
193 String value = encodeComponent(entry.getValue());
199 private static String encodeComponent(String component) {
200 return URL.encodeComponent(component).replace("'", "%27");

Completed in 171 milliseconds