Searched refs:CALLBACK_MISMATCH (Results 1 – 2 of 2) sorted by relevance
380 throw new IllegalStateException(BluetoothMapManager.CALLBACK_MISMATCH); in disconnect()403 throw new IllegalStateException(BluetoothMapManager.CALLBACK_MISMATCH); in enableNotifications()427 throw new IllegalStateException(BluetoothMapManager.CALLBACK_MISMATCH); in pushMessage()450 throw new IllegalStateException(BluetoothMapManager.CALLBACK_MISMATCH); in getMessage()482 throw new IllegalStateException(BluetoothMapManager.CALLBACK_MISMATCH); in getMessagesListing()
37 public static final String CALLBACK_MISMATCH = "CALLBACK_MISMATCH"; field in BluetoothMapManager673 if (ex.getMessage().equals(CALLBACK_MISMATCH)) { in sendError()