Home
last modified time | relevance | path

Searched defs:addService (Results 1 – 11 of 11) sorted by relevance

/frameworks/base/core/java/android/os/
DServiceManager.java86 public static void addService(String name, IBinder service) { in addService() method in ServiceManager
103 public static void addService(String name, IBinder service, boolean allowIsolated) { in addService() method in ServiceManager
DIServiceManager.java48 public void addService(String name, IBinder service, boolean allowIsolated) in addService() method
DServiceManagerNative.java142 public void addService(String name, IBinder service, boolean allowIsolated) in addService() method in ServiceManagerProxy
/frameworks/base/core/java/com/android/server/
DLocalServices.java54 public static <T> void addService(Class<T> type, T service) { in addService() method in LocalServices
/frameworks/base/tools/layoutlib/bridge/src/android/os/
DServiceManager.java47 public static void addService(String name, IBinder service) { in addService() method in ServiceManager
/frameworks/native/libs/binder/
DIServiceManager.cpp163 virtual status_t addService(const String16& name, const sp<IBinder>& service, in addService() function in android::BpServiceManager
/frameworks/base/core/java/android/bluetooth/
DBluetoothGattService.java220 public boolean addService(BluetoothGattService service) { in addService() method in BluetoothGattService
DBluetoothGattServer.java687 public boolean addService(BluetoothGattService service) { in addService() method in BluetoothGattServer
DIBluetoothGatt.aidl105 void addService(in int serverIf, in BluetoothGattService service); in addService() method
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DContextFixture.java573 public void addService(String action, ComponentName name, String packageName, in addService() method in ContextFixture
/frameworks/base/services/core/java/com/android/server/pm/
DPackageManagerService.java13456 public final void addService(PackageParser.Service s) { in addService() method in PackageManagerService.ServiceIntentResolver