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

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

Completed in 473 milliseconds