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

/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
H A DBluetoothOppService.java485 insertShare(cursor, arrayPos);
533 insertShare(cursor, arrayPos);
560 private void insertShare(Cursor cursor, int arrayPos) { method in class:BluetoothOppService
565 Log.d(TAG, "insertShare parsed URI: " + uri);
568 Log.e(TAG, "insertShare found null URI at cursor!");

Completed in 59 milliseconds