Home
last modified time | relevance | path

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

/cts/tests/tests/telecom/src/android/telecom/cts/
DBaseTelecomTestWithMockServices.java983 Cursor logCursor = getLatestCallLogCursorIfMatchesUri(logLatch, isCallLogged, testNumber); in verifyCallLogging() local
985 assertNotNull("Call log entry not found for test number", logCursor); in verifyCallLogging()
991 Cursor logCursor = getLatestCallLogCursorIfMatchesUri(logLatch, true /*isCallLogged*/, in verifyCallLogging() local
993 assertNotNull("Call log entry not found for test number", logCursor); in verifyCallLogging()
994 int typeIndex = logCursor.getColumnIndex(CallLog.Calls.TYPE); in verifyCallLogging()
995 int type = logCursor.getInt(typeIndex); in verifyCallLogging()