Searched refs:callSession (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/core/tests/coretests/src/com/android/internal/os/ |
D | BinderLatencyObserverTest.java | 57 CallSession callSession = new CallSession(); in testLatencyCollectionWithMultipleClasses() local 58 callSession.binderClass = binder.getClass(); in testLatencyCollectionWithMultipleClasses() 59 callSession.transactionCode = 1; in testLatencyCollectionWithMultipleClasses() 62 blo.callEnded(callSession); in testLatencyCollectionWithMultipleClasses() 64 blo.callEnded(callSession); in testLatencyCollectionWithMultipleClasses() 66 blo.callEnded(callSession); in testLatencyCollectionWithMultipleClasses() 67 callSession.transactionCode = 2; in testLatencyCollectionWithMultipleClasses() 69 blo.callEnded(callSession); in testLatencyCollectionWithMultipleClasses() 71 blo.callEnded(callSession); in testLatencyCollectionWithMultipleClasses() 88 CallSession callSession = new CallSession(); in testSampling() local [all …]
|
D | BinderCallsStatsTest.java | 73 CallSession callSession = bcs.callStarted(binder, 1, WORKSOURCE_UID); in testDetailedOff() local 75 bcs.callEnded(callSession, REQUEST_SIZE, REPLY_SIZE, WORKSOURCE_UID); in testDetailedOff() 89 callSession = bcs.callStarted(binder, 1, WORKSOURCE_UID); in testDetailedOff() 91 bcs.callEnded(callSession, REQUEST_SIZE, REPLY_SIZE, WORKSOURCE_UID); in testDetailedOff() 97 callSession = bcs.callStarted(binder, 2, WORKSOURCE_UID); in testDetailedOff() 99 bcs.callEnded(callSession, REQUEST_SIZE, REPLY_SIZE, WORKSOURCE_UID); in testDetailedOff() 114 CallSession callSession = bcs.callStarted(binder, 1, WORKSOURCE_UID); in testDetailedOn() local 116 bcs.callEnded(callSession, REQUEST_SIZE, REPLY_SIZE, WORKSOURCE_UID); in testDetailedOn() 132 callSession = bcs.callStarted(binder, 1, WORKSOURCE_UID); in testDetailedOn() 134 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 | 489 for (TelephonyCallSession callSession : mCompletedCallSessions) { in printAllMetrics() 490 pw.print("Start time in minutes: " + callSession.startTimeMinutes); in printAllMetrics() 491 pw.print(", phone: " + callSession.phoneId); in printAllMetrics() 492 if (callSession.eventsDropped) { in printAllMetrics() 493 pw.println(", events dropped: " + callSession.eventsDropped); in printAllMetrics() 500 for (TelephonyCallSession.Event event : callSession.events) { in printAllMetrics() 1031 InProgressCallSession callSession = mInProgressCallSessions.get(phoneId); in annotateInProgressCallSession() local 1032 if (callSession != null) { in annotateInProgressCallSession() 1033 callSession.addEvent(timestamp, eventBuilder); in annotateInProgressCallSession() 1059 InProgressCallSession callSession = mInProgressCallSessions.get(phoneId); in startNewCallSessionIfNeeded() local [all …]
|
/frameworks/opt/telephony/tests/telephonytests/src/android/telephony/ims/ |
D | MmTelFeatureTests.java | 173 IImsCallSession callSession = mFeatureBinder.createCallSession(null); in testSendDtmfMessageMessenger() local 174 callSession.sendDtmf('0', resultMessage); in testSendDtmfMessageMessenger()
|
/frameworks/base/core/java/android/os/ |
D | Binder.java | 1153 final CallSession callSession = in execTransactInternal() local 1188 observer.callThrewException(callSession, e); in execTransactInternal() 1215 observer.callEnded(callSession, data.dataSize(), reply.dataSize(), workSourceUid); in execTransactInternal()
|