/aosp12/frameworks/base/core/java/android/bluetooth/ |
H A D | BluetoothGattServerCallback.java | 43 public void onServiceAdded(int status, BluetoothGattService service) { in onServiceAdded() method in BluetoothGattServerCallback
|
H A D | BluetoothGattServer.java | 115 public void onServiceAdded(int status, BluetoothGattService service) { 148 mCallback.onServiceAdded((int) status, tmp);
|
/aosp12/system/bt/binder/android/bluetooth/ |
H A D | IBluetoothGattServerCallback.aidl | 28 void onServiceAdded(in int status, in BluetoothGattService service); in onServiceAdded() method
|
/aosp12/frameworks/base/services/core/java/com/android/server/notification/ |
H A D | ConditionProviders.java | 186 protected void onServiceAdded(ManagedServiceInfo info) { in onServiceAdded() method in ConditionProviders 195 mCallback.onServiceAdded(info.component); in onServiceAdded() 458 void onServiceAdded(ComponentName component); in onServiceAdded() method
|
H A D | ZenModeConditions.java | 109 public void onServiceAdded(ComponentName component) { in onServiceAdded() method in ZenModeConditions
|
H A D | ManagedServices.java | 195 abstract protected void onServiceAdded(ManagedServiceInfo info); in onServiceAdded() method in ManagedServices 1050 onServiceAdded(info); in registerSystemService() 1064 onServiceAdded(guest); in registerGuestService() 1537 onServiceAdded(info); in registerServiceLocked()
|
H A D | NotificationManagerService.java | 9599 protected void onServiceAdded(ManagedServiceInfo info) { 10141 public void onServiceAdded(ManagedServiceInfo info) {
|
/aosp12/system/bt/service/doc/ |
H A D | IBluetoothGattServer.txt | 43 * IBluetoothGattServerCallback.onServiceAdded.
|
H A D | IBluetoothGattServerCallback.txt | 37 void onServiceAdded(in int status, in BluetoothGattServer service_id);
|
/aosp12/packages/apps/Test/connectivity/PMC/src/com/android/pmc/ |
H A D | GattServer.java | 130 public void onServiceAdded(int status, BluetoothGattService service) { in onServiceAdded() method in GattServer.MyGattServerCallback
|
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/ |
H A D | GattService.java | 3186 void onServiceAdded(int status, int serverIf, List<GattDbElement> service) in onServiceAdded() method in GattService 3229 app.callback.onServiceAdded(status, svc); in onServiceAdded()
|
/aosp12/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/ |
H A D | ManagedServicesTest.java | 1778 protected void onServiceAdded(ManagedServiceInfo info) { in onServiceAdded() method in ManagedServicesTest.TestManagedServices
|
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |
/aosp12/frameworks/base/services/ |
H A D | art-profile | 26042 HSPLcom/android/server/notification/ConditionProviders;->onServiceAdded(Lcom/android/server/notific… 26707 …ver/notification/NotificationManagerService$NotificationAssistants;->onServiceAdded(Lcom/android/s… 26770 …rver/notification/NotificationManagerService$NotificationListeners;->onServiceAdded(Lcom/android/s… 27665 HPLcom/android/server/notification/ZenModeConditions;->onServiceAdded(Landroid/content/ComponentNam…
|
/aosp12/frameworks/base/boot/hiddenapi/ |
H A D | hiddenapi-max-target-o.txt | 11454 Landroid/bluetooth/IBluetoothGattServerCallback$Stub$Proxy;->onServiceAdded(ILandroid/bluetooth/Blu… 11483 Landroid/bluetooth/IBluetoothGattServerCallback;->onServiceAdded(ILandroid/bluetooth/BluetoothGattS…
|
/aosp12/frameworks/base/core/api/ |
H A D | current.txt | 9262 method public void onServiceAdded(int, android.bluetooth.BluetoothGattService);
|
/aosp12/frameworks/opt/setupwizard/tools/docs/ |
H A D | android-22.txt | 6386 method public void onServiceAdded(int, android.bluetooth.BluetoothGattService);
|