Home
last modified time | relevance | path

Searched refs:DYNAMIC_SYSTEM_SERVICE (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/core/java/android/os/image/
DDynamicSystemManager.java46 @SystemService(Context.DYNAMIC_SYSTEM_SERVICE)
/frameworks/base/packages/DynamicSystemInstallationService/src/com/android/dynsystem/
DDynamicSystemInstallationService.java178 mDynSystem = (DynamicSystemManager) getSystemService(Context.DYNAMIC_SYSTEM_SERVICE); in onCreate()
/frameworks/base/core/java/android/app/
DSystemServiceRegistry.java1461 registerService(Context.DYNAMIC_SYSTEM_SERVICE, DynamicSystemManager.class, in registerService() argument
1467 Context.DYNAMIC_SYSTEM_SERVICE); in registerService()
/frameworks/base/core/java/android/content/
DContext.java6240 public static final String DYNAMIC_SYSTEM_SERVICE = "dynamic_system"; field in Context