Home
last modified time | relevance | path

Searched refs:recordCall (Results 1 – 7 of 7) sorted by relevance

/frameworks/native/services/surfaceflinger/Scheduler/tests/
DAsyncCallRecorder.h92 void recordCall(Args... args) { in recordCall() function
101 return [this](Args... args) { recordCall(args...); }; in getInvocable()
158 this->recordCall(args...); in getInvocable()
DTimerTest.cpp41 void timerCallback() { mCallbackRecorder.recordCall(); } in timerCallback()
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DZenModeFilteringTest.java370 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()
/frameworks/base/core/java/com/android/internal/os/
DBinderCallsStats.java278 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()
/frameworks/base/services/core/java/com/android/server/notification/
DZenModeFiltering.java144 protected void recordCall(NotificationRecord record) { in recordCall() method in ZenModeFiltering
145 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
DZenModeHelper.java269 mFiltering.recordCall(record); in recordCaller()
/frameworks/native/services/surfaceflinger/tests/unittests/
DEventThreadTest.cpp186 mThrottleVsyncCallRecorder.recordCall(expectedVsyncTimestamp.ns(), uid); in throttleVsync()
195 mResyncCallRecorder.recordCall(); in resync()
199 mOnExpectedPresentTimePostedRecorder.recordCall(expectedPresentTime.ns()); in onExpectedPresentTimePosted()