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

/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
H A DBluetoothOppObexServerSession.java98 boolean mTimeoutMsgSent = false; field in class:BluetoothOppObexServerSession
301 if (mCallback != null && !mTimeoutMsgSent) {
305 mTimeoutMsgSent = true;
315 if (mCallback != null && mTimeoutMsgSent) {

Completed in 55 milliseconds