Home
last modified time | relevance | path

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

/external/sl4a/Common/src/com/googlecode/android_scripting/facade/bluetooth/
DBluetoothConnectionFacade.java66 private final Bundle mBadNews; field in BluetoothConnectionFacade
112 mBadNews = new Bundle(); in BluetoothConnectionFacade()
113 mBadNews.putBoolean("Status", false); in BluetoothConnectionFacade()
156 mEventFacade.postEvent("Bond" + mDeviceID, mBadNews); in onReceive()
205 mEventFacade.postEvent("Bond", mBadNews); in onReceive()
216 mEventFacade.postEvent("Bond", mBadNews); in onReceive()
280 mEventFacade.postEvent("BluetoothProfileConnectionEvent", mBadNews); in connectProfile()
292 Bundle a2dpBadNews = (Bundle) mBadNews.clone(); in connectProfile()
306 Bundle a2dpSinkBadNews = (Bundle) mBadNews.clone(); in connectProfile()
320 mEventFacade.postEvent("HidConnect" + deviceID, mBadNews); in connectProfile()
[all …]