Searched refs:DYNAMIC_SYSTEM_SERVICE (Results 1 – 5 of 5) sorted by relevance
47 (DynamicSystemManager) context.getSystemService(Context.DYNAMIC_SYSTEM_SERVICE); in onReceive()
156 mDynSystem = (DynamicSystemManager) getSystemService(Context.DYNAMIC_SYSTEM_SERVICE); in onCreate()
43 @SystemService(Context.DYNAMIC_SYSTEM_SERVICE)
1353 registerService(Context.DYNAMIC_SYSTEM_SERVICE, DynamicSystemManager.class, in registerService() argument1359 Context.DYNAMIC_SYSTEM_SERVICE); in registerService()
4894 public static final String DYNAMIC_SYSTEM_SERVICE = "dynamic_system"; field in Context