Searched refs:mSoftReverseReferences (Results 1 – 1 of 1) sorted by relevance
54 private ArrayList<AhatInstance> mSoftReverseReferences; field in AhatInstance394 if (mSoftReverseReferences != null) { in getSoftReverseReferences()395 return mSoftReverseReferences; in getSoftReverseReferences()661 if (ref.ref.mSoftReverseReferences == null) { in computeReverseReferences()662 ref.ref.mSoftReverseReferences = new ArrayList<AhatInstance>(); in computeReverseReferences()664 ref.ref.mSoftReverseReferences.add(ref.src); in computeReverseReferences()