Searched defs:MSG_INCOMING_CONNECTION_RETRY (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
H A DBluetoothOppService.java213 private static final int MSG_INCOMING_CONNECTION_RETRY = 4; field in class:BluetoothOppService
288 msg1.what = MSG_INCOMING_CONNECTION_RETRY;
293 case MSG_INCOMING_CONNECTION_RETRY:
313 msg2.what = MSG_INCOMING_CONNECTION_RETRY;

Completed in 112 milliseconds