Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
DBluetoothOppManager.java99 private static final String ARRAYLIST_ITEM_SEPERATOR = ";"; field in BluetoothOppManager
207 String[] splitUri = strUris.split(ARRAYLIST_ITEM_SEPERATOR); in restoreApplicationData()
231 sb.append(ARRAYLIST_ITEM_SEPERATOR); in storeApplicationData()