Searched refs:DYNAMIC_SYSTEM_SERVICE (Results 1 – 4 of 4) sorted by relevance
46 @SystemService(Context.DYNAMIC_SYSTEM_SERVICE)
178 mDynSystem = (DynamicSystemManager) getSystemService(Context.DYNAMIC_SYSTEM_SERVICE); in onCreate()
1461 registerService(Context.DYNAMIC_SYSTEM_SERVICE, DynamicSystemManager.class, in registerService() argument1467 Context.DYNAMIC_SYSTEM_SERVICE); in registerService()
6240 public static final String DYNAMIC_SYSTEM_SERVICE = "dynamic_system"; field in Context