Searched defs:addService (Results 1 – 9 of 9) sorted by relevance
/aosp14/frameworks/base/core/java/android/os/ |
H A 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
|
H A D | ServiceManagerNative.java | 70 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 D | LocalServices.java | 54 public static <T> void addService(Class<T> type, T service) { in addService() method in LocalServices
|
/aosp14/system/core/trusty/keymaster/keymint/ |
H A D | service.cpp | 33 std::shared_ptr<T> addService(Args&&... args) { in addService() function
|
/aosp14/frameworks/base/services/core/java/com/android/server/pm/pkg/parsing/ |
H A D | ParsingPackage.java | 104 ParsingPackage addService(ParsedService parsedService); in addService() method
|
/aosp14/frameworks/base/services/core/java/com/android/server/vibrator/ |
H A D | VibratorManagerService.java | 1278 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 D | PackageImpl.java | 659 public PackageImpl addService(ParsedService parsedService) { in addService() method in PackageImpl
|
/aosp14/frameworks/base/services/core/java/com/android/server/pm/resolution/ |
H A D | ComponentResolver.java | 1588 void addService(@NonNull Computer computer, ParsedService s) { in addService() method in ComponentResolver.ServiceIntentResolver
|
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |