Searched refs:logLatch (Results 1 – 1 of 1) sorted by relevance
1168 public void verifyCallLogging(CountDownLatch logLatch, boolean isCallLogged, Uri testNumber) { in verifyCallLogging() argument1169 Cursor logCursor = getLatestCallLogCursorIfMatchesUri(logLatch, isCallLogged, testNumber); in verifyCallLogging()1176 CountDownLatch logLatch = getCallLogEntryLatch(); in verifyCallLogging() local1177 Cursor logCursor = getLatestCallLogCursorIfMatchesUri(logLatch, true /*isCallLogged*/, in verifyCallLogging()