Home
last modified time | relevance | path

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

/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DFastScrollingIndexCache.java61 private static final String SEPARATOR = "\u0001"; field in FastScrollingIndexCache
62 private static final Pattern SEPARATOR_PATTERN = Pattern.compile(SEPARATOR);
132 appendIfNotNull(sb, SEPARATOR); in buildCacheKey()
134 appendIfNotNull(sb, SEPARATOR); in buildCacheKey()
136 appendIfNotNull(sb, SEPARATOR); in buildCacheKey()
141 appendIfNotNull(sb, SEPARATOR); in buildCacheKey()
154 appendIfNotNull(sb, SEPARATOR); in buildCacheValue()
157 appendIfNotNull(sb, SEPARATOR); in buildCacheValue()
DHanziToPinyin.java44 public static final String SEPARATOR = " "; field in HanziToPinyin.Token
/packages/providers/UserDictionaryProvider/src/com/android/providers/userdictionary/
DDictionaryBackupAgent.java57 private static final String SEPARATOR = "|"; field in DictionaryBackupAgent
173 String out = name + SEPARATOR + frequency + SEPARATOR + locale + SEPARATOR + appId in getDictionary()
174 + SEPARATOR + shortcut; in getDictionary()
221 StringTokenizer st = new StringTokenizer(line, SEPARATOR); in restoreDictionary()
/packages/apps/Calendar/src/com/android/calendar/event/
DEventColorCache.java33 private static final String SEPARATOR = "::"; field in EventColorCache
98 .append(SEPARATOR) in createKey()
105 .append(SEPARATOR) in createKey()
/packages/apps/Calendar/src/com/android/calendar/selectcalendars/
DCalendarColorCache.java36 private static final String SEPARATOR = "::"; field in CalendarColorCache
107 return mStringBuffer.append(accountName).append(SEPARATOR).append(accountType).toString(); in generateKey()
/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/Bluetooth/src/com/android/bluetooth/pbap/
DBluetoothPbapVcardManager.java774 private static final String SEPARATOR = System.getProperty("line.separator"); field in BluetoothPbapVcardManager.VCardFilter
797 String lines[] = vCard.split(SEPARATOR); in apply()
828 filteredVCard.append(line + SEPARATOR); in apply()