Searched refs:callSession (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/core/tests/coretests/src/com/android/internal/os/ |
D | BinderCallsStatsTest.java | 62 CallSession callSession = bcs.callStarted(binder, 1, WORKSOURCE_UID); in testDetailedOff() local 64 bcs.callEnded(callSession, REQUEST_SIZE, REPLY_SIZE, WORKSOURCE_UID); in testDetailedOff() 78 callSession = bcs.callStarted(binder, 1, WORKSOURCE_UID); in testDetailedOff() 80 bcs.callEnded(callSession, REQUEST_SIZE, REPLY_SIZE, WORKSOURCE_UID); in testDetailedOff() 86 callSession = bcs.callStarted(binder, 2, WORKSOURCE_UID); in testDetailedOff() 88 bcs.callEnded(callSession, REQUEST_SIZE, REPLY_SIZE, WORKSOURCE_UID); in testDetailedOff() 103 CallSession callSession = bcs.callStarted(binder, 1, WORKSOURCE_UID); in testDetailedOn() local 105 bcs.callEnded(callSession, REQUEST_SIZE, REPLY_SIZE, WORKSOURCE_UID); in testDetailedOn() 121 callSession = bcs.callStarted(binder, 1, WORKSOURCE_UID); in testDetailedOn() 123 bcs.callEnded(callSession, REQUEST_SIZE, REPLY_SIZE, WORKSOURCE_UID); in testDetailedOn() [all …]
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/metrics/ |
D | TelephonyMetrics.java | 448 for (TelephonyCallSession callSession : mCompletedCallSessions) { in printAllMetrics() 449 pw.print("Start time in minutes: " + callSession.startTimeMinutes); in printAllMetrics() 450 pw.print(", phone: " + callSession.phoneId); in printAllMetrics() 451 if (callSession.eventsDropped) { in printAllMetrics() 452 pw.println(" Events dropped: " + callSession.eventsDropped); in printAllMetrics() 457 for (TelephonyCallSession.Event event : callSession.events) { in printAllMetrics() 926 InProgressCallSession callSession = mInProgressCallSessions.get(phoneId); in annotateInProgressCallSession() local 927 if (callSession != null) { in annotateInProgressCallSession() 928 callSession.addEvent(timestamp, eventBuilder); in annotateInProgressCallSession() 954 InProgressCallSession callSession = mInProgressCallSessions.get(phoneId); in startNewCallSessionIfNeeded() local [all …]
|
/frameworks/opt/telephony/tests/telephonytests/src/android/telephony/ims/ |
D | MmTelFeatureTests.java | 169 IImsCallSession callSession = mFeatureBinder.createCallSession(null); in testSendDtmfMessageMessenger() local 170 callSession.sendDtmf('0', resultMessage); in testSendDtmfMessageMessenger()
|
/frameworks/base/core/java/android/os/ |
D | Binder.java | 1004 final CallSession callSession = in execTransactInternal() local 1024 observer.callThrewException(callSession, e); in execTransactInternal() 1051 observer.callEnded(callSession, data.dataSize(), reply.dataSize(), workSourceUid); in execTransactInternal()
|