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.java1169 Cursor logCursor = getLatestCallLogCursorIfMatchesUri(logLatch, isCallLogged, testNumber); in verifyCallLogging() local
1171 assertNotNull("Call log entry not found for test number", logCursor); in verifyCallLogging()
1177 Cursor logCursor = getLatestCallLogCursorIfMatchesUri(logLatch, true /*isCallLogged*/, in verifyCallLogging() local
1179 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()