Home
last modified time | relevance | path

Searched defs:DYNAMIC_SYSTEM_SERVICE (Results 1 – 2 of 2) sorted by relevance

/aosp12/frameworks/base/core/java/android/app/
H A DSystemServiceRegistry.java1342 registerService(Context.DYNAMIC_SYSTEM_SERVICE, DynamicSystemManager.class, in registerService()
/aosp12/frameworks/base/core/java/android/content/
H A DContext.java5521 public static final String DYNAMIC_SYSTEM_SERVICE = "dynamic_system"; field in Context