Home
last modified time | relevance | path

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

/development/apps/DumpViewer/app/src/main/java/com/android/dumpviewer/utils/
DHistory.java30 private static final String SEPARATOR = "\u0001sep\u0001"; field in History
50 TextUtils.split(mPrefs.getString(mSharedPrefKey, ""), SEPARATOR))); in load() local
56 mPrefs.edit().putString(mSharedPrefKey, TextUtils.join(SEPARATOR, items)).apply(); in save()
/development/samples/ApiDemos/src/com/example/android/apis/accessibility/
DTaskBackService.java42 private static final String SEPARATOR = ", "; field in TaskBackService
133 utterance.append(SEPARATOR); in onAccessibilityEvent()
/development/samples/browseable/AppRestrictionEnforcer/src/com.example.android.apprestrictionenforcer/
DAppRestrictionEnforcerFragment.java100 private static final String SEPARATOR = ":"; field in AppRestrictionEnforcerFragment
218 new String[]{DELIMETER, SEPARATOR}, new String[]{"", ""}).toString(); in onItemAdded()
220 new String[]{DELIMETER, SEPARATOR}, new String[]{"", ""}).toString(); in onItemAdded()
270 String[] strings = itemString.split(SEPARATOR, 2); in loadRestrictions()
475 builder.append(SEPARATOR); in saveItems()