Home
last modified time | relevance | path

Searched refs:SIM_READ_LOCK (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Contacts/src/com/android/contacts/database/
DSimContactDaoImpl.java262 private static final Object SIM_READ_LOCK = new Object(); field in SimContactDaoImpl
264 synchronized (SIM_READ_LOCK) { in loadFrom()