Searched refs:LOOKUP_TABLE (Results 1 – 1 of 1) sorted by relevance
29 private static final Map<PhoneAccountHandle, ClientTransactionalServiceWrapper> LOOKUP_TABLE = field in ClientTransactionalServiceRepository50 LOOKUP_TABLE.put(phoneAccountHandle, service); in addNewCallForTransactionalServiceWrapper()57 return LOOKUP_TABLE.get(pah); in getTransactionalServiceWrapper()61 return LOOKUP_TABLE.containsKey(pah); in hasExistingServiceWrapper()72 LOOKUP_TABLE.remove(pah); in removeServiceWrapper()85 ClientTransactionalServiceWrapper service = LOOKUP_TABLE.get(pah); in removeCallFromServiceWrapper()