Home
last modified time | relevance | path

Searched defs:networkStateChanged (Results 1 – 5 of 5) sorted by relevance

/packages/modules/Bluetooth/system/binder/android/bluetooth/
DIBluetoothLeCallControl.aidl45 …void networkStateChanged(in int ccid, in String provider, in int technology, in AttributionSource … in networkStateChanged() method
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/tbs/
DBluetoothLeCallControlProxy.java98 public void networkStateChanged(String providerName, int technology) { in networkStateChanged() method in BluetoothLeCallControlProxy
DTbsService.java355 public void networkStateChanged(int ccid, String providerName, int technology, in networkStateChanged() method in TbsService.TbsServerBinder
447 void networkStateChanged(int ccid, String providerName, int technology) { in networkStateChanged() method in TbsService
DTbsGeneric.java705 public synchronized void networkStateChanged(int ccid, String providerName, int technology) { in networkStateChanged() method in TbsGeneric
/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothLeCallControl.java721 public void networkStateChanged(@NonNull String provider, int technology) { in networkStateChanged() method in BluetoothLeCallControl