Searched refs:MSG_MAS_CONNECT_CANCEL (Results 1 – 2 of 2) sorted by relevance
18 import static com.android.bluetooth.map.BluetoothMapService.MSG_MAS_CONNECT_CANCEL;124 .messageArrived(eq(MSG_MAS_CONNECT_CANCEL), anyInt(), anyInt(), any()); in sendConnectCancelMessage()
98 static final int MSG_MAS_CONNECT_CANCEL = 5004; // Send at auth. declined field in BluetoothMapService370 case MSG_MAS_CONNECT_CANCEL: in handleMessage()1070 Message msg = mSessionStatusHandler.obtainMessage(MSG_MAS_CONNECT_CANCEL); in sendConnectCancelMessage()