Home
last modified time | relevance | path

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

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