Searched refs:mOldInstances (Results 1 – 1 of 1) sorted by relevance
329 private final HashMap<InstanceKey, Object> mOldInstances = new HashMap<>(); field in TelephonyTest422 if (!mOldInstances.containsKey(key)) { in replaceInstance()423 mOldInstances.put(key, field.get(obj)); in replaceInstance()442 if (mOldInstances.containsKey(key)) { in restoreInstance()445 field.set(obj, mOldInstances.get(key)); in restoreInstance()446 mOldInstances.remove(key); in restoreInstance()456 field.set(key.mObj, mOldInstances.get(key)); in restoreInstances()460 mOldInstances.clear(); in restoreInstances()