Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/csip/
DCsipSetCoordinatorServiceTest.java302 .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/
DHearingAidNativeInterfaceTest.java96 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/
DVolumeControlNativeInterfaceTest.java104 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/
DHapClientNativeInterfaceTest.java71 public void onDeviceAvailable() { in onDeviceAvailable() method in HapClientNativeInterfaceTest
73 mNativeInterface.onDeviceAvailable(TEST_DEVICE_ADDRESS, features); in onDeviceAvailable()
DHapClientTest.java147 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/
DHearingAidNativeInterface.java160 void onDeviceAvailable(byte capabilities, long hiSyncId, byte[] address) { in onDeviceAvailable() method in HearingAidNativeInterface
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/csip/
DCsipSetCoordinatorNativeInterface.java149 public void onDeviceAvailable( in onDeviceAvailable() method in CsipSetCoordinatorNativeInterface
/packages/apps/Settings/src/com/android/settings/wifi/p2p/
DWifiP2pSettings.java616 onDeviceAvailable(); in onDeviceInfoAvailable()
619 private void onDeviceAvailable() { in onDeviceAvailable() method in WifiP2pSettings
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/vc/
DVolumeControlNativeInterface.java284 void onDeviceAvailable(int numOfExternalOutputs, byte[] address) { in onDeviceAvailable() method in VolumeControlNativeInterface
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hap/
DHapClientNativeInterface.java219 void onDeviceAvailable(byte[] address, int features) { in onDeviceAvailable() method in HapClientNativeInterface