Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/os/
H A 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
H A DServiceManagerNative.java70 public void addService(String name, IBinder service, boolean allowIsolated, int dumpPriority) in addService() method in ServiceManagerProxy
/aosp14/frameworks/base/core/java/com/android/server/
H A DLocalServices.java54 public static <T> void addService(Class<T> type, T service) { in addService() method in LocalServices
/aosp14/system/core/trusty/keymaster/keymint/
H A Dservice.cpp33 std::shared_ptr<T> addService(Args&&... args) { in addService() function
/aosp14/frameworks/base/services/core/java/com/android/server/pm/pkg/parsing/
H A DParsingPackage.java104 ParsingPackage addService(ParsedService parsedService); in addService() method
/aosp14/frameworks/base/services/core/java/com/android/server/vibrator/
H A DVibratorManagerService.java1278 void addService(String name, IBinder service) { in addService() method in VibratorManagerService.Injector
/aosp14/frameworks/base/services/core/java/com/android/server/pm/parsing/pkg/
H A DPackageImpl.java659 public PackageImpl addService(ParsedService parsedService) { in addService() method in PackageImpl
/aosp14/frameworks/base/services/core/java/com/android/server/pm/resolution/
H A DComponentResolver.java1588 void addService(@NonNull Computer computer, ParsedService s) { in addService() method in ComponentResolver.ServiceIntentResolver
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...