Searched refs:removeService (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/core/java/android/bluetooth/
H A DIBluetoothGatt.aidl95 void removeService(in int serverIf, in int srvcType,
H A DBluetoothGattServer.java620 public boolean removeService(BluetoothGattService service) { method in class:BluetoothGattServer
621 if (DBG) Log.d(TAG, "removeService() - service: " + service.getUuid());
629 mService.removeService(mServerIf, service.getType(),
/frameworks/base/services/core/java/com/android/server/pm/
H A DPackageManagerService.java8101 mServices.removeService(s);
8984 public final void removeService(PackageParser.Service s) { method in class:PackageManagerService.ServiceIntentResolver

Completed in 85 milliseconds