Home
last modified time | relevance | path

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

/frameworks/base/packages/DynamicSystemInstallationService/src/com/android/dynsystem/
DBootCompletedReceiver.java47 (DynamicSystemManager) context.getSystemService(Context.DYNAMIC_SYSTEM_SERVICE); in onReceive()
DDynamicSystemInstallationService.java156 mDynSystem = (DynamicSystemManager) getSystemService(Context.DYNAMIC_SYSTEM_SERVICE); in onCreate()
/frameworks/base/core/java/android/os/image/
DDynamicSystemManager.java43 @SystemService(Context.DYNAMIC_SYSTEM_SERVICE)
/frameworks/base/core/java/android/app/
DSystemServiceRegistry.java1353 registerService(Context.DYNAMIC_SYSTEM_SERVICE, DynamicSystemManager.class, in registerService() argument
1359 Context.DYNAMIC_SYSTEM_SERVICE); in registerService()
/frameworks/base/core/java/android/content/
DContext.java4894 public static final String DYNAMIC_SYSTEM_SERVICE = "dynamic_system"; field in Context