Searched refs:SEPARATOR (Results 1 - 6 of 6) sorted by relevance

/packages/providers/ContactsProvider/src/com/android/providers/contacts/
H A DFastScrollingIndexCache.java59 private static final String SEPARATOR = "\u0001"; field in class:FastScrollingIndexCache
60 private static final Pattern SEPARATOR_PATTERN = Pattern.compile(SEPARATOR);
117 appendIfNotNull(sb, SEPARATOR);
119 appendIfNotNull(sb, SEPARATOR);
121 appendIfNotNull(sb, SEPARATOR);
126 appendIfNotNull(sb, SEPARATOR);
139 appendIfNotNull(sb, SEPARATOR);
142 appendIfNotNull(sb, SEPARATOR);
H A DHanziToPinyin.java255 public static final String SEPARATOR = " "; field in class:HanziToPinyin.Token
/packages/providers/UserDictionaryProvider/src/com/android/providers/userdictionary/
H A DDictionaryBackupAgent.java54 private static final String SEPARATOR = "|"; field in class:DictionaryBackupAgent
169 String out = name + SEPARATOR + frequency + SEPARATOR + locale + SEPARATOR + appId
170 + SEPARATOR + shortcut;
216 StringTokenizer st = new StringTokenizer(line, SEPARATOR);
/packages/apps/Contacts/tests/src/com/android/contacts/tests/
H A DQueryService.java48 private static final String SEPARATOR = "|"; field in class:QueryService
103 sb.append(SEPARATOR);
/packages/apps/Email/src/com/android/email/activity/
H A DMessageViewFragmentBase.java928 final String SEPARATOR = "\n";
929 String to = Address.toString(Address.unpack(mMessage.mTo), SEPARATOR);
930 String cc = Address.toString(Address.unpack(mMessage.mCc), SEPARATOR);
931 String bcc = Address.toString(Address.unpack(mMessage.mBcc), SEPARATOR);
/packages/apps/Mms/src/com/android/mms/data/
H A DContact.java378 private static final String SEPARATOR = ";"; field in class:Contact.ContactsCache

Completed in 289 milliseconds