Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/os/
DServiceManager.java179 public static void addService(String name, IBinder service) { in addService() method in ServiceManager
194 public static void addService(String name, IBinder service, boolean allowIsolated) { in addService() method in ServiceManager
210 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.aidl78 void addService(@utf8InCpp String name, IBinder service, in addService() method
/frameworks/native/libs/binder/ndk/tests/
Diface.cpp144 binder_status_t IFoo::addService(const char* instance) { in addService() function in IFoo
/frameworks/native/libs/binder/
Dservicedispatcher.cpp129 android::binder::Status addService(const std::string&, const android::sp<android::IBinder>&, in addService() function in __anoneb4e3c760111::ServiceManagerProxyToNative
DIServiceManager.cpp315 status_t ServiceManagerShim::addService(const String16& name, const sp<IBinder>& service, in addService() function in android::ServiceManagerShim
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DContextFixture.java825 public void addService(String action, ComponentName name, String packageName, in addService() method in ContextFixture
830 public void addService(String action, ComponentName name, String packageName, in addService() method in ContextFixture
/frameworks/native/cmds/servicemanager/
DServiceManager.cpp295 Status ServiceManager::addService(const std::string& name, const sp<IBinder>& binder, bool allowIso… in addService() function in android::ServiceManager
/frameworks/base/services/core/java/com/android/server/pm/pkg/parsing/
DParsingPackageImpl.java807 public ParsingPackageImpl addService(ParsedService parsedService) { in addService() method in ParsingPackageImpl
DParsingPackage.java100 ParsingPackage addService(ParsedService parsedService); in addService() method
/frameworks/base/services/core/java/com/android/server/vibrator/
DVibratorManagerService.java1221 void addService(String name, IBinder service) { in addService() method in VibratorManagerService.Injector
/frameworks/base/services/core/java/com/android/server/pm/resolution/
DComponentResolver.java1588 void addService(@NonNull Computer computer, ParsedService s) { in addService() method in ComponentResolver.ServiceIntentResolver