/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/csip/ |
D | CsipSetCoordinatorServiceTest.java | 302 .onDeviceAvailable( in testGroupLockSetNative() 304 mCsipSetCoordinatorNativeInterface.onDeviceAvailable( in testGroupLockSetNative() 351 .onDeviceAvailable( in testGroupExclusiveLockSet() 353 mCsipSetCoordinatorNativeInterface.onDeviceAvailable( in testGroupExclusiveLockSet() 483 .onDeviceAvailable( in testStackEventDeviceAvailable() 485 mCsipSetCoordinatorNativeInterface.onDeviceAvailable( in testStackEventDeviceAvailable() 504 mCsipSetCoordinatorNativeInterface.onDeviceAvailable( in testStackEventDeviceAvailable() 508 mCsipSetCoordinatorNativeInterface.onDeviceAvailable( in testStackEventDeviceAvailable() 529 .onDeviceAvailable( in testStackEventSetMemberAvailableAfterGroupConnected() 538 mCsipSetCoordinatorNativeInterface.onDeviceAvailable( in testStackEventSetMemberAvailableAfterGroupConnected() [all …]
|
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/hearingaid/ |
D | HearingAidNativeInterfaceTest.java | 96 public void onDeviceAvailable() { in onDeviceAvailable() method in HearingAidNativeInterfaceTest 100 mNativeInterface.onDeviceAvailable( in onDeviceAvailable() 113 mNativeInterface.onDeviceAvailable( in onDeviceAvailable()
|
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/vc/ |
D | VolumeControlNativeInterfaceTest.java | 104 public void onDeviceAvailable() { in onDeviceAvailable() method in VolumeControlNativeInterfaceTest 108 mNativeInterface.onDeviceAvailable(numOfExternalOutputs, address); in onDeviceAvailable()
|
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/hap/ |
D | HapClientNativeInterfaceTest.java | 71 public void onDeviceAvailable() { in onDeviceAvailable() method in HapClientNativeInterfaceTest 73 mNativeInterface.onDeviceAvailable(TEST_DEVICE_ADDRESS, features); in onDeviceAvailable()
|
D | HapClientTest.java | 147 doCallRealMethod().when(mNativeInterface).onDeviceAvailable(any(byte[].class), anyInt()); in setUp() 731 doCallRealMethod().when(mNativeInterface).onDeviceAvailable(any(byte[].class), anyInt()); in testStackEventDeviceAvailable() 732 mNativeInterface.onDeviceAvailable(getByteAddress(mDevice), 0x03); in testStackEventDeviceAvailable()
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hearingaid/ |
D | HearingAidNativeInterface.java | 160 void onDeviceAvailable(byte capabilities, long hiSyncId, byte[] address) { in onDeviceAvailable() method in HearingAidNativeInterface
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/csip/ |
D | CsipSetCoordinatorNativeInterface.java | 149 public void onDeviceAvailable( in onDeviceAvailable() method in CsipSetCoordinatorNativeInterface
|
/packages/apps/Settings/src/com/android/settings/wifi/p2p/ |
D | WifiP2pSettings.java | 616 onDeviceAvailable(); in onDeviceInfoAvailable() 619 private void onDeviceAvailable() { in onDeviceAvailable() method in WifiP2pSettings
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/vc/ |
D | VolumeControlNativeInterface.java | 284 void onDeviceAvailable(int numOfExternalOutputs, byte[] address) { in onDeviceAvailable() method in VolumeControlNativeInterface
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hap/ |
D | HapClientNativeInterface.java | 219 void onDeviceAvailable(byte[] address, int features) { in onDeviceAvailable() method in HapClientNativeInterface
|