Home
last modified time | relevance | path

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

/packages/modules/Connectivity/nearby/service/java/com/android/server/nearby/common/servicemonitor/
DServiceMonitorImpl.java115 public synchronized void onServiceChanged() { in onServiceChanged() method in ServiceMonitorImpl
125 synchronized void onServiceChanged(boolean forceRebind) { in onServiceChanged() method in ServiceMonitorImpl
DServiceMonitor.java94 void onServiceChanged(); in onServiceChanged() method
/packages/modules/Bluetooth/system/binder/android/bluetooth/
DIBluetoothGattCallback.aidl42 void onServiceChanged(in String address); in onServiceChanged() method
/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothGattCallback.java268 public void onServiceChanged(@NonNull BluetoothGatt gatt) { in onServiceChanged() method in BluetoothGattCallback
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/gatt/
DGattService.java2154 void onServiceChanged(int connId) throws RemoteException { in onServiceChanged() method in GattService