Searched refs:onServiceAdded (Results 1 - 6 of 6) sorted by relevance

/frameworks/base/core/java/android/bluetooth/
H A DBluetoothGattServerCallback.java46 public void onServiceAdded(int status, BluetoothGattService service) { method in class:BluetoothGattServerCallback
H A DIBluetoothGattServerCallback.aidl30 void onServiceAdded(in int status, in int srvcType,
H A DBluetoothGattServer.java112 public void onServiceAdded(int status, int srvcType,
115 if (DBG) Log.d(TAG, "onServiceAdded() - service=" + srvcUuid
122 mCallback.onServiceAdded((int)status, service);
/frameworks/base/services/core/java/com/android/server/notification/
H A DManagedServices.java111 abstract protected void onServiceAdded(ManagedServiceInfo info); method in class:ManagedServices
198 onServiceAdded(info);
412 onServiceAdded(info);
H A DConditionProviders.java122 protected void onServiceAdded(ManagedServiceInfo info) { method in class:ConditionProviders
123 Slog.d(TAG, "onServiceAdded " + info);
H A DNotificationManagerService.java2776 public void onServiceAdded(ManagedServiceInfo info) { method in class:NotificationManagerService.NotificationListeners

Completed in 182 milliseconds