Home
last modified time | relevance | path

Searched refs:networkStateChanged (Results 1 – 6 of 6) sorted by relevance

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/tbs/
DBluetoothLeCallControlProxy.java104 public void networkStateChanged(String providerName, int technology) { in networkStateChanged() method in BluetoothLeCallControlProxy
105 mBluetoothLeCallControl.networkStateChanged(providerName, technology); in networkStateChanged()
DTbsService.java333 public void networkStateChanged( in networkStateChanged() method in TbsService.TbsServerBinder
337 service.networkStateChanged(ccid, providerName, technology); in networkStateChanged()
418 void networkStateChanged(int ccid, String providerName, int technology) { in networkStateChanged() method in TbsService
428 mTbsGeneric.networkStateChanged(ccid, providerName, technology); in networkStateChanged()
DTbsGeneric.java719 public synchronized void networkStateChanged(int ccid, String providerName, int technology) { in networkStateChanged() method in TbsGeneric
/packages/modules/Bluetooth/android/app/aidl/android/bluetooth/
DIBluetoothLeCallControl.aidl45 …void networkStateChanged(in int ccid, in String provider, in int technology, in AttributionSource … in networkStateChanged() method
/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothLeCallControl.java713 public void networkStateChanged(@NonNull String provider, int technology) { in networkStateChanged() method in BluetoothLeCallControl
728 service.networkStateChanged(mCcid, provider, technology, mAttributionSource); in networkStateChanged()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/tbs/
DTbsGenericTest.java296 mTbsGeneric.networkStateChanged(ccid, "changed provider name", 0x01); in testNetworkStateChanged()