Searched refs:SIM_READ_LOCK (Results 1 – 1 of 1) sorted by relevance
262 private static final Object SIM_READ_LOCK = new Object(); field in SimContactDaoImpl264 synchronized (SIM_READ_LOCK) { in loadFrom()