Searched refs:mBadNews (Results 1 – 2 of 2) sorted by relevance
111 private final Bundle mBadNews; field in BluetoothConnectionFacade183 mBadNews = new Bundle(); in BluetoothConnectionFacade()184 mBadNews.putBoolean("Status", false); in BluetoothConnectionFacade()227 mEventFacade.postEvent("Bond" + mDeviceID, mBadNews); in onReceive()277 mEventFacade.postEvent("Discovery", mBadNews); in onReceive()278 mEventFacade.postEvent("Bond", mBadNews); in onReceive()289 mEventFacade.postEvent("Bond", mBadNews); in onReceive()434 mEventFacade.postEvent("BluetoothProfileConnectionEvent", mBadNews); in connectProfile()
60 private final Bundle mBadNews; field in BluetoothSocketConnFacade78 mBadNews = new Bundle(); in BluetoothSocketConnFacade()79 mBadNews.putBoolean("Status", false); in BluetoothSocketConnFacade()746 mEventFacade.postEvent("BluetoothSocketConnectError", mBadNews); in run()751 mEventFacade.postEvent("BluetoothSocketConnectError", mBadNews); in run()