HomeSort by relevance Sort by last modified time
    Searched defs:putSendFileInfo (Results 1 - 2 of 2) sorted by null

  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppUtility.java 332 static void putSendFileInfo(Uri uri, BluetoothOppSendFileInfo sendFileInfo) {
333 if (D) Log.d(TAG, "putSendFileInfo: uri=" + uri + " sendFileInfo=" + sendFileInfo);
335 Log.e(TAG, "putSendFileInfo: bad sendFileInfo, URI: " + uri);
BluetoothOppManager.java 256 BluetoothOppUtility.putSendFileInfo(uri,
269 BluetoothOppUtility.putSendFileInfo(uri,

Completed in 211 milliseconds