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

  /external/protobuf/src/google/protobuf/util/internal/
json_stream_parser.h 98 VALUE_SEPARATOR, // ,
  /frameworks/base/core/java/android/util/jar/
StrictJarManifest.java 45 private static final byte[] VALUE_SEPARATOR = new byte[] { ':', ' ' };
294 os.write(VALUE_SEPARATOR);
  /packages/services/Telephony/src/com/android/phone/
EditPhoneNumberPreference.java 52 // <VALUE_ON | VALUE_OFF><VALUE_SEPARATOR><mPhoneNumber>
55 private static final String VALUE_SEPARATOR = ":";
491 return ((isToggled() ? VALUE_ON : VALUE_OFF) + VALUE_SEPARATOR + getPhoneNumber());
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/0.18.1/
org.eclipse.tycho.p2.tools.shared-0.18.1.jar 
  /prebuilts/misc/common/robolectric/android-all/
android-all-4.1.2_r1-robolectric-r1.jar 
android-all-4.2.2_r1.2-robolectric-r1.jar 
android-all-4.3_r2-robolectric-r1.jar 
android-all-4.4_r1-robolectric-r2.jar 
android-all-5.0.2_r3-robolectric-r0.jar 
android-all-5.1.1_r9-robolectric-r2.jar 
android-all-6.0.1_r3-robolectric-r1.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.ui.workbench_3.6.2.M20110210-1200.jar 

Completed in 131 milliseconds