Home
last modified time | relevance | path

Searched defs:addService (Results 1 – 17 of 17) 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.aidl77 void addService(@utf8InCpp String name, IBinder service, in addService() method
/frameworks/base/services/tests/servicestests/src/com/android/server/vibrator/
DVibratorManagerServiceTest.java217 void addService(String name, IBinder service) { in createService() method in VibratorManagerServiceTest
/frameworks/native/libs/binder/ndk/tests/
Diface.cpp144 binder_status_t IFoo::addService(const char* instance) { in addService() function in IFoo
/frameworks/base/core/java/android/bluetooth/
DBluetoothGattService.java235 public boolean addService(BluetoothGattService service) { in addService() method in BluetoothGattService
DBluetoothGattServer.java760 public boolean addService(BluetoothGattService service) { in addService() method in BluetoothGattServer
/frameworks/native/libs/binder/
DIServiceManager.cpp269 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.java785 public void addService(String action, ComponentName name, String packageName, in addService() method in ContextFixture
790 public void addService(String action, ComponentName name, String packageName, in addService() method in ContextFixture
/frameworks/native/cmds/servicemanager/
DServiceManager.cpp246 Status ServiceManager::addService(const std::string& name, const sp<IBinder>& binder, bool allowIso… in addService() function in android::ServiceManager
/frameworks/base/core/java/android/content/pm/parsing/
DParsingPackageImpl.java757 public ParsingPackageImpl addService(ParsedService parsedService) { in addService() method in ParsingPackageImpl
DParsingPackage.java96 ParsingPackage addService(ParsedService parsedService); in addService() method
/frameworks/base/services/core/java/com/android/server/vibrator/
DVibratorManagerService.java975 void addService(String name, IBinder service) { in addService() method in VibratorManagerService.Injector
/frameworks/base/services/core/java/com/android/server/pm/
DComponentResolver.java1992 void addService(ParsedService s) { in addService() method in ComponentResolver.ServiceIntentResolver