Home | History | Annotate | Download | only in gle1

Lines Matching refs:mConfiguredProjectRes

145     private Map<String, Map<String, IResourceValue>> mConfiguredProjectRes;
185 mConfiguredFrameworkRes = mConfiguredProjectRes = null;
691 if (mConfiguredProjectRes == null && projectRes != null) {
696 mConfiguredProjectRes = projectRes.getConfiguredResources(
700 configuredProjectResources = mConfiguredProjectRes;
798 mConfiguredFrameworkRes = mConfiguredProjectRes = null;
1173 mConfiguredProjectRes = null;
1237 if (mConfiguredProjectRes == null) {
1244 mConfiguredProjectRes = project.getConfiguredResources(
1248 return mConfiguredProjectRes;