/frameworks/base/core/java/android/os/ |
D | ServiceManager.java | 179 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
|
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 | ServiceManager.cpp | 36 status_t ServiceManager::addService(const String16& name, const sp<IBinder>& service, in addService() function in android::ServiceManager
|
/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 | 144 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 __anoneb4e3c760111::ServiceManagerProxyToNative
|
D | IServiceManager.cpp | 315 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 | 825 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/ |
D | ServiceManager.cpp | 295 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 | ParsingPackageImpl.java | 807 public ParsingPackageImpl addService(ParsedService parsedService) { in addService() method in ParsingPackageImpl
|
D | ParsingPackage.java | 100 ParsingPackage addService(ParsedService parsedService); in addService() method
|
/frameworks/base/services/core/java/com/android/server/vibrator/ |
D | VibratorManagerService.java | 1221 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
|