Searched refs:InstanceKey (Results 1 – 1 of 1) sorted by relevance
264 private HashMap<InstanceKey, Object> mOldInstances = new HashMap<InstanceKey, Object>();266 private LinkedList<InstanceKey> mInstanceKeys = new LinkedList<InstanceKey>();268 private class InstanceKey { class in TelephonyTest272 InstanceKey(final Class c, final String instName, final Object obj) { in InstanceKey() method in TelephonyTest.InstanceKey289 InstanceKey other = (InstanceKey) obj; in equals()323 InstanceKey key = new InstanceKey(c, instanceName, obj); in replaceInstance()333 InstanceKey key = new InstanceKey(c, instanceName, obj); in restoreInstance()344 Iterator<InstanceKey> it = mInstanceKeys.descendingIterator(); in restoreInstances()347 InstanceKey key = it.next(); in restoreInstances()