HomeSort by relevance Sort by last modified time
    Searched refs:InstanceKey (Results 1 - 3 of 3) sorted by null

  /packages/apps/CellBroadcastReceiver/tests/unit/src/com/android/cellbroadcastreceiver/
MockedServiceManager.java 35 private final HashMap<InstanceKey, Object> mOldInstances = new HashMap<>();
37 private final LinkedList<InstanceKey> mInstanceKeys = new LinkedList<>();
39 private static class InstanceKey {
44 InstanceKey(final Class c, final String instName, final Object obj) {
61 InstanceKey other = (InstanceKey) obj;
85 InstanceKey key = new InstanceKey(c, instanceName, obj);
94 Iterator<InstanceKey> it = mInstanceKeys.descendingIterator();
97 InstanceKey key = it.next()
    [all...]
  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
TelephonyTest.java 203 private HashMap<InstanceKey, Object> mOldInstances = new HashMap<InstanceKey, Object>();
205 private LinkedList<InstanceKey> mInstanceKeys = new LinkedList<InstanceKey>();
207 private class InstanceKey {
211 InstanceKey(final Class c, final String instName, final Object obj) {
228 InstanceKey other = (InstanceKey) obj;
260 InstanceKey key = new InstanceKey(c, instanceName, obj)
    [all...]
  /external/clang/lib/Sema/
SemaPseudoObject.cpp 308 OpaqueValueExpr *InstanceKey;
319 InstanceBase(nullptr), InstanceKey(nullptr),
    [all...]

Completed in 237 milliseconds