Searched refs:recordCall (Results 1 – 4 of 4) sorted by relevance
361 mZenModeFiltering.recordCall(getCallRecordWithPeopleInfo(callNumber, null)); in testRepeatCallers_checksPhoneNumbers()389 mZenModeFiltering.recordCall(getCallRecordWithPeopleInfo(mailSource, null)); in testMatchesCallFilter_repeatCallers_directMatch()412 mZenModeFiltering.recordCall(getCallRecordWithPeopleInfo(telSource, null)); in testMatchesCallFilter_repeatCallers_telephoneVariants()456 mZenModeFiltering.recordCall(getCallRecordWithPeopleInfo(telSource, null)); in testMatchesCallFilter_repeatCallers_urlEncodedTels()505 mZenModeFiltering.recordCall(record); in testMatchesCallFilter_repeatCallers_viaRecordPhoneNumbers()
278 final boolean recordCall; in processCallEnded()280 recordCall = true; in processCallEnded()283 recordCall = uidEntry.recordAllTransactions; in processCallEnded()285 recordCall = false; in processCallEnded()290 if (recordCall) { in processCallEnded()316 if (recordCall) { in processCallEnded()
143 protected void recordCall(NotificationRecord record) { in recordCall() method in ZenModeFiltering144 REPEAT_CALLERS.recordCall(mContext, extras(record), record.getPhoneNumbers()); in recordCall()401 private synchronized void recordCall(Context context, Bundle extras, in recordCall() method in ZenModeFiltering.RepeatCallers
206 mFiltering.recordCall(record); in recordCaller()