Home
last modified time | relevance | path

Searched defs:callCount (Results 1 – 8 of 8) sorted by relevance

/aosp12/packages/apps/Dialer/java/com/android/dialer/simulator/impl/
H A DSimulatorMissedCallCreator.java44 public void start(int callCount) { in start()
69 private void addNextIncomingCall(int callCount) { in addNextIncomingCall()
H A DSimulatorConferenceCreator.java61 void start(int callCount) { in start()
77 private void addNextCall(int callCount, boolean reconnect) { in addNextCall()
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/metrics/
H A DVoiceCallRatTracker.java194 public long callCount; field in VoiceCallRatTracker.Value
204 private Value(long durationMillis, long callCount) { in Value()
/aosp12/packages/apps/Dialer/java/com/android/dialer/app/calllog/
H A DPhoneCallDetailsHelper.java183 final Integer callCount; in setPhoneCallDetails() local
585 PhoneCallDetailsViews views, Integer callCount, PhoneCallDetails details) { in setDetailText()
/aosp12/frameworks/base/core/java/com/android/internal/os/
H A DBinderCallsStats.java899 public long callCount; field in BinderCallsStats.ExportedCallStat
923 public long callCount; field in BinderCallsStats.CallStat
1023 public long callCount; field in BinderCallsStats.UidEntry
H A DBatteryStatsImpl.java7503 public long callCount; field in BatteryStatsImpl.BinderCallStats
/aosp12/frameworks/native/services/surfaceflinger/tests/unittests/
H A DVSyncDispatchTimerQueueTest.cpp1018 auto callCount = 0; in TEST_F() local
1179 auto callCount = 0; in TEST_F() local
/aosp12/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/metrics/
H A DVoiceCallSessionStatsTest.java2112 int carrierId, int rat, long beginMillis, long endMillis, long callCount) { in makeRatUsageProto()