Searched refs:logCursor (Results 1 – 1 of 1) sorted by relevance
1341 Cursor logCursor = getLatestCallLogCursorIfMatchesUri(logLatch, true /*isCallLogged*/, in verifyCallLogging() local1343 assertNotNull("Call log entry not found for test number", logCursor); in verifyCallLogging()1345 int typeIndex = logCursor.getColumnIndex(CallLog.Calls.TYPE); in verifyCallLogging()1346 int type = logCursor.getInt(typeIndex); in verifyCallLogging()1349 int phoneAccountIdIndex = logCursor.getColumnIndex(CallLog.Calls.PHONE_ACCOUNT_ID); in verifyCallLogging()1350 String phoneAccountId = logCursor.getString(phoneAccountIdIndex); in verifyCallLogging()1354 int phoneAccountComponentNameIndex = logCursor.getColumnIndex( in verifyCallLogging()1356 String phoneAccountComponentName = logCursor.getString(phoneAccountComponentNameIndex); in verifyCallLogging()