Searched refs:logCursor (Results 1 – 1 of 1) sorted by relevance
1169 Cursor logCursor = getLatestCallLogCursorIfMatchesUri(logLatch, isCallLogged, testNumber); in verifyCallLogging() local1171 assertNotNull("Call log entry not found for test number", logCursor); in verifyCallLogging()1177 Cursor logCursor = getLatestCallLogCursorIfMatchesUri(logLatch, true /*isCallLogged*/, in verifyCallLogging() local1179 assertNotNull("Call log entry not found for test number", logCursor); in verifyCallLogging()1180 int typeIndex = logCursor.getColumnIndex(CallLog.Calls.TYPE); in verifyCallLogging()1181 int type = logCursor.getInt(typeIndex); in verifyCallLogging()