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.java1341 Cursor logCursor = getLatestCallLogCursorIfMatchesUri(logLatch, true /*isCallLogged*/, in verifyCallLogging() local
1343 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()