Searched refs:mApiCheckConstructors (Results 1 – 1 of 1) sorted by relevance
324 return mIsFinal || mApiCheckConstructors.isEmpty(); in isEffectivelyFinal()2004 private HashMap<String, MethodInfo> mApiCheckConstructors = new HashMap<String, MethodInfo>(); field in ClassInfo2063 mApiCheckConstructors.put(ctor.getHashableName(), ctor); in addConstructor()2089 return mApiCheckConstructors; in allConstructorsMap()2214 for (MethodInfo mInfo : mApiCheckConstructors.values()) { in isConsistent()2215 if (cl.mApiCheckConstructors.containsKey(mInfo.getHashableName())) { in isConsistent()2216 if (!mInfo.isConsistent(cl.mApiCheckConstructors.get(mInfo.getHashableName()))) { in isConsistent()2230 for (MethodInfo mInfo : cl.mApiCheckConstructors.values()) { in isConsistent()2231 if (!mApiCheckConstructors.containsKey(mInfo.getHashableName())) { in isConsistent()2303 if (mApiCheckConstructors.isEmpty()) { in isConsistent()[all …]