Searched refs:recordCall (Results 1 – 7 of 7) sorted by relevance
92 void recordCall(Args... args) { in recordCall() function101 return [this](Args... args) { recordCall(args...); }; in getInvocable()158 this->recordCall(args...); in getInvocable()
41 void timerCallback() { mCallbackRecorder.recordCall(); } in timerCallback()
370 mZenModeFiltering.recordCall(getCallRecordWithPeopleInfo(callNumber, null)); in testRepeatCallers_checksPhoneNumbers()398 mZenModeFiltering.recordCall(getCallRecordWithPeopleInfo(mailSource, null)); in testMatchesCallFilter_repeatCallers_directMatch()421 mZenModeFiltering.recordCall(getCallRecordWithPeopleInfo(telSource, null)); in testMatchesCallFilter_repeatCallers_telephoneVariants()465 mZenModeFiltering.recordCall(getCallRecordWithPeopleInfo(telSource, null)); in testMatchesCallFilter_repeatCallers_urlEncodedTels()514 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()
144 protected void recordCall(NotificationRecord record) { in recordCall() method in ZenModeFiltering145 REPEAT_CALLERS.recordCall(mContext, extras(record), record.getPhoneNumbers()); in recordCall()416 private synchronized void recordCall(Context context, Bundle extras, in recordCall() method in ZenModeFiltering.RepeatCallers
269 mFiltering.recordCall(record); in recordCaller()
186 mThrottleVsyncCallRecorder.recordCall(expectedVsyncTimestamp.ns(), uid); in throttleVsync()195 mResyncCallRecorder.recordCall(); in resync()199 mOnExpectedPresentTimePostedRecorder.recordCall(expectedPresentTime.ns()); in onExpectedPresentTimePosted()