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

  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppObexClientSession.java 156 mFileInfo = processShareInfo();
305 private BluetoothOppSendFileInfo processShareInfo() {
306 if (V) Log.v(TAG, "Client thread processShareInfo() " + mInfo.mId);
BluetoothOppObexServerSession.java 163 mFileInfo = processShareInfo();
524 private BluetoothOppReceiveFileInfo processShareInfo() {
525 if (D) Log.d(TAG, "processShareInfo() " + mInfo.mId);

Completed in 41 milliseconds