| /frameworks/base/core/java/android/os/ | 
| D | ServiceManager.java | 179     public static void addService(String name, IBinder service) {  in addService()  method in ServiceManager194     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
 
 | 
| D | ServiceManagerNative.java | 70     public void addService(String name, IBinder service, boolean allowIsolated, int dumpPriority)  in addService()  method in ServiceManagerProxy
 | 
| /frameworks/base/core/java/com/android/server/ | 
| D | LocalServices.java | 54     public static <T> void addService(Class<T> type, T service) {  in addService()  method in LocalServices
 | 
| /frameworks/layoutlib/bridge/src/android/os/ | 
| D | ServiceManager.java | 47     public static void addService(String name, IBinder service) {  in addService()  method in ServiceManager
 | 
| /frameworks/native/libs/fakeservicemanager/ | 
| D | FakeServiceManager.cpp | 36 status_t FakeServiceManager::addService(const String16& name, const sp<IBinder>& service,  in addService()  function in android::FakeServiceManager
 | 
| /frameworks/native/libs/binder/aidl/android/os/ | 
| D | IServiceManager.aidl | 78     void addService(@utf8InCpp String name, IBinder service,  in addService()  method
 | 
| /frameworks/native/libs/binder/ndk/tests/ | 
| D | iface.cpp | 149 binder_status_t IFoo::addService(const char* instance) {  in addService()  function in IFoo
 | 
| /frameworks/native/libs/binder/ | 
| D | servicedispatcher.cpp | 129     android::binder::Status addService(const std::string&, const android::sp<android::IBinder>&,  in addService()  function in __anon83eb172f0111::ServiceManagerProxyToNative
 | 
| D | IServiceManager.cpp | 327 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/ | 
| D | ContextFixture.java | 835     public void addService(String action, ComponentName name, String packageName,  in addService()  method in ContextFixture840     public void addService(String action, ComponentName name, String packageName,  in addService()  method in ContextFixture
 
 | 
| /frameworks/native/cmds/servicemanager/ | 
| D | ServiceManager.cpp | 336 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/ | 
| D | ParsingPackage.java | 104     ParsingPackage addService(ParsedService parsedService);  in addService()  method
 | 
| /frameworks/base/services/core/java/com/android/server/pm/parsing/pkg/ | 
| D | PackageImpl.java | 659     public PackageImpl addService(ParsedService parsedService) {  in addService()  method in PackageImpl
 | 
| /frameworks/base/services/core/java/com/android/server/vibrator/ | 
| D | VibratorManagerService.java | 1278         void addService(String name, IBinder service) {  in addService()  method in VibratorManagerService.Injector
 | 
| /frameworks/base/services/core/java/com/android/server/pm/resolution/ | 
| D | ComponentResolver.java | 1588         void addService(@NonNull Computer computer, ParsedService s) {  in addService()  method in ComponentResolver.ServiceIntentResolver
 |