Searched refs:onConnectStateChanged (Results 1 – 7 of 7) sorted by relevance
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/pan/ |
D | PanNativeInterface.java | 86 void onConnectStateChanged( in onConnectStateChanged() method in PanNativeInterface 88 mPanService.onConnectStateChanged( in onConnectStateChanged()
|
D | PanService.java | 583 void onConnectStateChanged( in onConnectStateChanged() method in PanService
|
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/hid/ |
D | HidDeviceNativeInterfaceTest.java | 69 public void onConnectStateChanged() { in onConnectStateChanged() method in HidDeviceNativeInterfaceTest 70 mNativeInterface.onConnectStateChanged( in onConnectStateChanged()
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hid/ |
D | HidHostNativeInterface.java | 131 private void onConnectStateChanged(byte[] address, int addressType, int transport, int state) { in onConnectStateChanged() method in HidHostNativeInterface 133 mHidHostService.onConnectStateChanged( in onConnectStateChanged()
|
D | HidDeviceNativeInterface.java | 195 synchronized void onConnectStateChanged(byte[] address, int state) { in onConnectStateChanged() method in HidDeviceNativeInterface
|
D | HidHostService.java | 1322 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/ |
D | PanServiceTest.java | 160 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()
|