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

  /libcore/luni/src/main/java/java/util/jar/
Manifest.java 44 private static final byte[] VALUE_SEPARATOR = new byte[] { ':', ' ' };
341 os.write(VALUE_SEPARATOR);
  /packages/apps/Phone/src/com/android/phone/
EditPhoneNumberPreference.java 50 // <VALUE_ON | VALUE_OFF><VALUE_SEPARATOR><mPhoneNumber>
53 private static final String VALUE_SEPARATOR = ":";
488 return ((isToggled() ? VALUE_ON : VALUE_OFF) + VALUE_SEPARATOR + getPhoneNumber());
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ui.workbench_3.6.1.M20101117-0800.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.ui.workbench_3.6.2.M20110210-1200.jar 

Completed in 920 milliseconds