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