Searched refs:mServiceMutex (Results 1 – 1 of 1) sorted by relevance
56 private Object mServiceMutex = new Object(); field in SimCardUtil63 synchronized (mServiceMutex) {65 mServiceMutex.notify();118 synchronized (mServiceMutex) { in waitForConnection()121 mServiceMutex.wait(); in waitForConnection()146 synchronized (mServiceMutex) { in run()147 mServiceMutex.notifyAll(); in run()