Searched refs:VALUE_SEPARATOR (Results 1 – 2 of 2) sorted by relevance
48 private static final byte[] VALUE_SEPARATOR = new byte[] { ':', ' ' }; field in StrictJarManifest300 os.write(VALUE_SEPARATOR); in writeEntry()
60 private static final String VALUE_SEPARATOR = ":"; field in EditPhoneNumberPreference506 return ((isToggled() ? VALUE_ON : VALUE_OFF) + VALUE_SEPARATOR + getPhoneNumber()); in getStringValue()