Searched refs:mGoodNews (Results 1 – 1 of 1) sorted by relevance
65 private final Bundle mGoodNews; field in BluetoothConnectionFacade110 mGoodNews = new Bundle(); in BluetoothConnectionFacade()111 mGoodNews.putBoolean("Status", true); in BluetoothConnectionFacade()228 mEventFacade.postEvent("Bond" + mDeviceID, mGoodNews); in onReceive()254 Bundle a2dpGoodNews = (Bundle) mGoodNews.clone(); in onReceive()262 mEventFacade.postEvent("HidConnect" + mDeviceID, mGoodNews); in onReceive()268 mEventFacade.postEvent("HspConnect" + mDeviceID, mGoodNews); in onReceive()417 mEventFacade.postEvent("Bond" + deviceID, mGoodNews); in bluetoothDiscoverAndBond()