Searched refs:DYNAMIC_SYSTEM_SERVICE (Results 1 – 4 of 4) sorted by relevance
43 @SystemService(Context.DYNAMIC_SYSTEM_SERVICE)
153 mDynSystem = (DynamicSystemManager) getSystemService(Context.DYNAMIC_SYSTEM_SERVICE); in onCreate()
1342 registerService(Context.DYNAMIC_SYSTEM_SERVICE, DynamicSystemManager.class, in registerService() argument1348 Context.DYNAMIC_SYSTEM_SERVICE); in registerService()
5517 public static final String DYNAMIC_SYSTEM_SERVICE = "dynamic_system"; field in Context