Searched refs:InstanceKey (Results 1 – 1 of 1) sorted by relevance
218 private HashMap<InstanceKey, Object> mOldInstances = new HashMap<InstanceKey, Object>();220 private LinkedList<InstanceKey> mInstanceKeys = new LinkedList<InstanceKey>();222 private class InstanceKey { class in TelephonyTest226 InstanceKey(final Class c, final String instName, final Object obj) { in InstanceKey() method in TelephonyTest.InstanceKey243 InstanceKey other = (InstanceKey) obj; in equals()275 InstanceKey key = new InstanceKey(c, instanceName, obj); in replaceInstance()285 InstanceKey key = new InstanceKey(c, instanceName, obj); in restoreInstance()296 Iterator<InstanceKey> it = mInstanceKeys.descendingIterator(); in restoreInstances()299 InstanceKey key = it.next(); in restoreInstances()