Home
last modified time | relevance | path

Searched refs:mOldInstances (Results 1 – 1 of 1) sorted by relevance

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DTelephonyTest.java315 private HashMap<InstanceKey, Object> mOldInstances = new HashMap<InstanceKey, Object>(); field in TelephonyTest
375 if (!mOldInstances.containsKey(key)) { in replaceInstance()
376 mOldInstances.put(key, field.get(obj)); in replaceInstance()
385 if (mOldInstances.containsKey(key)) { in restoreInstance()
388 field.set(obj, mOldInstances.get(key)); in restoreInstance()
389 mOldInstances.remove(key); in restoreInstance()
401 field.set(key.mObj, mOldInstances.get(key)); in restoreInstances()
405 mOldInstances.clear(); in restoreInstances()