Searched refs:mSystem (Results 1 – 3 of 3) sorted by relevance
86 assert Resources.mSystem == null : in initSystem()94 return Resources.mSystem = resources; in initSystem()124 Resources.mSystem = null; in disposeSystem()135 assert Resources.mSystem != null : "Resources_Delegate.initSystem wasn't called"; in getResourceInfo()137 if (resources != Resources.mSystem && in getResourceInfo()139 sLayoutlibCallbacks.put(resources, getLayoutlibCallback(Resources.mSystem)); in getResourceInfo()140 sContexts.put(resources, getContext(Resources.mSystem)); in getResourceInfo()
90 private boolean mSystem; field in InstallRequest208 mSystem = isSystem; in InstallRequest()529 return mSystem; in isInstallSystem()845 mSystem = system; in setPrepareResult()
146 static Resources mSystem = null; field in Resources244 Resources ret = mSystem; in getSystem()247 mSystem = ret; in getSystem()2202 if (mSystem != null) { in updateSystemConfiguration()2203 mSystem.updateConfiguration(config, metrics, compat); in updateSystemConfiguration()