Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/content/pm/
H A DRegisteredServicesCacheListener.java29 void onServiceChanged(V type, int userId, boolean removed); in onServiceChanged() method
/aosp12/frameworks/base/services/core/java/com/android/server/servicewatcher/
H A DServiceWatcherImpl.java118 public synchronized void onServiceChanged() { in onServiceChanged() method in ServiceWatcherImpl
128 synchronized void onServiceChanged(boolean forceRebind) { in onServiceChanged() method in ServiceWatcherImpl
H A DServiceWatcher.java97 void onServiceChanged(); in onServiceChanged() method
/aosp12/frameworks/base/core/java/android/bluetooth/
H A DBluetoothGattCallback.java209 public void onServiceChanged(@NonNull BluetoothGatt gatt) { in onServiceChanged() method in BluetoothGattCallback
/aosp12/system/bt/binder/android/bluetooth/
H A DIBluetoothGattCallback.aidl42 void onServiceChanged(in String address); in onServiceChanged() method
/aosp12/frameworks/base/services/core/java/com/android/server/accounts/
H A DAccountManagerService.java1480 public void onServiceChanged(AuthenticatorDescription desc, int userId, boolean removed) { in onServiceChanged() method in AccountManagerService
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
H A DGattService.java1499 void onServiceChanged(int connId) throws RemoteException { in onServiceChanged() method in GattService