Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/os/
DServiceManager.java165 public static void addService(String name, IBinder service) { in addService() method in ServiceManager
179 public static void addService(String name, IBinder service, boolean allowIsolated) { in addService() method in ServiceManager
194 public static void addService(String name, IBinder service, boolean allowIsolated, in addService() method in ServiceManager
DServiceManagerNative.java70 public void addService(String name, IBinder service, boolean allowIsolated, int dumpPriority) 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/layoutlib/bridge/src/android/os/
DServiceManager.java47 public static void addService(String name, IBinder service) { in addService() method in ServiceManager
/frameworks/native/libs/fakeservicemanager/
DServiceManager.cpp36 status_t ServiceManager::addService(const String16& name, const sp<IBinder>& service, in addService() function in android::ServiceManager
/frameworks/native/libs/binder/aidl/android/os/
DIServiceManager.aidl76 void addService(@utf8InCpp String name, IBinder service, in addService() method
/frameworks/native/libs/binder/ndk/test/
Diface.cpp144 binder_status_t IFoo::addService(const char* instance) { in addService() function in IFoo
/frameworks/base/core/java/android/bluetooth/
DBluetoothGattService.java232 public boolean addService(BluetoothGattService service) { in addService() method in BluetoothGattService
DBluetoothGattServer.java713 public boolean addService(BluetoothGattService service) { in addService() method in BluetoothGattServer
/frameworks/native/libs/binder/
DIServiceManager.cpp255 status_t ServiceManagerShim::addService(const String16& name, const sp<IBinder>& service, in addService() function in android::ServiceManagerShim
/frameworks/native/cmds/servicemanager/
DServiceManager.cpp182 Status ServiceManager::addService(const std::string& name, const sp<IBinder>& binder, bool allowIso… in addService() function in android::ServiceManager
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DContextFixture.java734 public void addService(String action, ComponentName name, String packageName, in addService() method in ContextFixture
739 public void addService(String action, ComponentName name, String packageName, in addService() method in ContextFixture
/frameworks/base/core/java/android/content/pm/parsing/
DParsingPackageImpl.java626 public ParsingPackageImpl addService(ParsedService parsedService) { in addService() method in ParsingPackageImpl
DParsingPackage.java89 ParsingPackage addService(ParsedService parsedService); in addService() method
/frameworks/base/services/core/java/com/android/server/pm/
DComponentResolver.java1875 void addService(ParsedService s) { in addService() method in ComponentResolver.ServiceIntentResolver