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

/external/sl4a/Common/src/com/googlecode/android_scripting/facade/bluetooth/
H A DBluetoothConnectionFacade.java86 private final Bundle mBadNews; field in class:BluetoothConnectionFacade
158 mBadNews = new Bundle();
159 mBadNews.putBoolean("Status", false);
202 mEventFacade.postEvent("Bond" + mDeviceID, mBadNews);
251 mEventFacade.postEvent("Bond", mBadNews);
262 mEventFacade.postEvent("Bond", mBadNews);
399 mEventFacade.postEvent("BluetoothProfileConnectionEvent", mBadNews);

Completed in 183 milliseconds