Searched refs:returnEmptyCursor (Results 1 – 7 of 7) sorted by relevance
140 newVoicemailArchiveFakeQuery().withAnyProjection().returnEmptyCursor(); in testGetVoicemailFilePath_VoicemailNotExists()187 newVoicemailArchiveExistsQuery().returnEmptyCursor(); in testArchiveVoicemailContent_ArchiveNotExists()218 newVoicemailArchiveExistsQuery().returnEmptyCursor(); in testArchiveVoicemailContent_CallLogInfoNotExists()219 newQueryCallLogInfo().returnEmptyCursor(); in testArchiveVoicemailContent_CallLogInfoNotExists()220 newVoicemailQuery().returnEmptyCursor(); in testArchiveVoicemailContent_CallLogInfoNotExists()
99 newHasBlockedNumbersExpectedQuery().returnEmptyCursor(); in testHasBlockedNumbers_NoResults()149 newIsBlockedNumberExpectedQuery().returnEmptyCursor(); in testIsBlockedNumber_NoResults()
127 query.returnEmptyCursor(); in setupShouldBlockVoicemailQuery()
133 … .withSelection(BlockedNumbers.COLUMN_ORIGINAL_NUMBER + " = ?", number).returnEmptyCursor(); in setUpNewBlockedNumberExpectations()
132 query.returnEmptyCursor(); in setUpQueryExpectations()
129 .returnEmptyCursor() in expectGroupsQueryAndReturnEmpty()
114 public Query returnEmptyCursor() { in returnEmptyCursor() method in MockContentProvider.Query