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 158 mFileInfo = processShareInfo();
308 private BluetoothOppSendFileInfo processShareInfo() {
309 if (V) Log.v(TAG, "Client thread processShareInfo() " + mInfo.mId);
BluetoothOppObexServerSession.java 163 mFileInfo = processShareInfo();
525 private BluetoothOppReceiveFileInfo processShareInfo() {
526 if (D) Log.d(TAG, "processShareInfo() " + mInfo.mId);

Completed in 34 milliseconds