Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/pan/
DPanNativeInterface.java86 void onConnectStateChanged( in onConnectStateChanged() method in PanNativeInterface
88 mPanService.onConnectStateChanged( in onConnectStateChanged()
DPanService.java583 void onConnectStateChanged( in onConnectStateChanged() method in PanService
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/hid/
DHidDeviceNativeInterfaceTest.java69 public void onConnectStateChanged() { in onConnectStateChanged() method in HidDeviceNativeInterfaceTest
70 mNativeInterface.onConnectStateChanged( in onConnectStateChanged()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hid/
DHidHostNativeInterface.java131 private void onConnectStateChanged(byte[] address, int addressType, int transport, int state) { in onConnectStateChanged() method in HidHostNativeInterface
133 mHidHostService.onConnectStateChanged( in onConnectStateChanged()
DHidDeviceNativeInterface.java195 synchronized void onConnectStateChanged(byte[] address, int state) { in onConnectStateChanged() method in HidDeviceNativeInterface
DHidHostService.java1322 void onConnectStateChanged(byte[] address, int addressType, int transport, int state) { in onConnectStateChanged() method in HidHostService
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/pan/
DPanServiceTest.java160 mService.onConnectStateChanged(REMOTE_DEVICE_ADDRESS_AS_ARRAY, 1, 2, 3, 4); in onConnectStateChanged_doesNotCrash()
166 mService.onConnectStateChanged(REMOTE_DEVICE_ADDRESS_AS_ARRAY, 1, 2, 3, 4); in onConnectStateChanged_doesNotCrashAfterStop()