Searched refs:InstanceKey (Results 1 – 1 of 1) sorted by relevance
329 private final HashMap<InstanceKey, Object> mOldInstances = new HashMap<>();331 private final List<InstanceKey> mInstanceKeys = new ArrayList<>();363 private class InstanceKey { class in TelephonyTest367 InstanceKey(final Class c, final String instName, final Object obj) { in InstanceKey() method in TelephonyTest.InstanceKey380 if (obj == null || !(obj instanceof InstanceKey)) { in equals()384 InstanceKey other = (InstanceKey) obj; in equals()421 InstanceKey key = new InstanceKey(c, instanceName, obj); in replaceInstance()441 InstanceKey key = new InstanceKey(c, instanceName, obj); in restoreInstance()453 InstanceKey key = mInstanceKeys.get(i); in restoreInstances()