/aosp12/frameworks/base/services/core/java/com/android/server/servicewatcher/ |
H A D | ServiceWatcherImpl.java | 71 onServiceChanged(false); 103 onServiceChanged(false); in register() 114 onServiceChanged(false); in unregister() 118 public synchronized void onServiceChanged() { in onServiceChanged() method in ServiceWatcherImpl 119 onServiceChanged(false); in onServiceChanged() 128 synchronized void onServiceChanged(boolean forceRebind) { in onServiceChanged() method in ServiceWatcherImpl 300 mHandler.postDelayed(() -> onServiceChanged(true), 500); in onBindingDied()
|
H A D | CurrentUserServiceSupplier.java | 290 listener.onServiceChanged(); in onReceive() 295 listener.onServiceChanged(); in onReceive()
|
H A D | ServiceWatcher.java | 97 void onServiceChanged(); in onServiceChanged() method
|
/aosp12/frameworks/base/core/java/android/content/pm/ |
H A D | RegisteredServicesCacheListener.java | 29 void onServiceChanged(V type, int userId, boolean removed); in onServiceChanged() method
|
H A D | RegisteredServicesCache.java | 296 listener2.onServiceChanged(type, userId, removed); in notifyListener()
|
/aosp12/frameworks/base/core/java/android/bluetooth/ |
H A D | BluetoothGattCallback.java | 209 public void onServiceChanged(@NonNull BluetoothGatt gatt) { in onServiceChanged() method in BluetoothGattCallback
|
H A D | BluetoothGatt.java | 712 public void onServiceChanged(String address) { 726 callback.onServiceChanged(BluetoothGatt.this);
|
/aosp12/system/bt/binder/android/bluetooth/ |
H A D | IBluetoothGattCallback.aidl | 42 void onServiceChanged(in String address); in onServiceChanged() method
|
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/ |
H A D | GattService.java | 1499 void onServiceChanged(int connId) throws RemoteException { in onServiceChanged() method in GattService 1514 app.callback.onServiceChanged(address); in onServiceChanged()
|
/aosp12/frameworks/base/services/core/java/com/android/server/content/ |
H A D | SyncManager.java | 607 public void onServiceChanged(SyncAdapterType type, int userId, boolean removed) { in SyncManager()
|
/aosp12/frameworks/base/services/core/java/com/android/server/accounts/ |
H A D | AccountManagerService.java | 1480 public void onServiceChanged(AuthenticatorDescription desc, int userId, boolean removed) { in onServiceChanged() method in AccountManagerService
|
/aosp12/frameworks/base/services/ |
H A D | art-profile | 5124 PLcom/android/server/accounts/AccountManagerService;->onServiceChanged(Landroid/accounts/Authentica… 5125 PLcom/android/server/accounts/AccountManagerService;->onServiceChanged(Ljava/lang/Object;IZ)V 15577 HPLcom/android/server/content/SyncManager$10;->onServiceChanged(Landroid/content/SyncAdapterType;IZ… 15578 HPLcom/android/server/content/SyncManager$10;->onServiceChanged(Ljava/lang/Object;IZ)V+]Lcom/androi… 37835 PLcom/android/server/servicewatcher/ServiceWatcherImpl;->lambda$onServiceChanged$1(Lcom/android/ser… 37837 PLcom/android/server/servicewatcher/ServiceWatcherImpl;->onServiceChanged()V 37838 HPLcom/android/server/servicewatcher/ServiceWatcherImpl;->onServiceChanged(Z)V+]Lcom/android/server…
|
/aosp12/frameworks/base/core/api/ |
H A D | current.txt | 9152 method public void onServiceChanged(@NonNull android.bluetooth.BluetoothGatt);
|
/aosp12/frameworks/base/boot/hiddenapi/ |
H A D | hiddenapi-max-target-o.txt | 16031 Landroid/content/pm/RegisteredServicesCacheListener;->onServiceChanged(Ljava/lang/Object;IZ)V
|