Home
last modified time | relevance | path

Searched refs:MSG_MAS_CONNECT_CANCEL (Results 1 – 2 of 2) sorted by relevance

/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/map/
DBluetoothMapServiceTest.java18 import static com.android.bluetooth.map.BluetoothMapService.MSG_MAS_CONNECT_CANCEL;
124 .messageArrived(eq(MSG_MAS_CONNECT_CANCEL), anyInt(), anyInt(), any()); in sendConnectCancelMessage()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/map/
DBluetoothMapService.java98 static final int MSG_MAS_CONNECT_CANCEL = 5004; // Send at auth. declined field in BluetoothMapService
370 case MSG_MAS_CONNECT_CANCEL: in handleMessage()
1070 Message msg = mSessionStatusHandler.obtainMessage(MSG_MAS_CONNECT_CANCEL); in sendConnectCancelMessage()