Searched defs:callSession (Results 1 – 5 of 5) sorted by relevance
/aosp12/frameworks/base/core/tests/coretests/src/com/android/internal/os/ |
H A D | BinderCallsStatsTest.java | 73 CallSession callSession = bcs.callStarted(binder, 1, WORKSOURCE_UID); in testDetailedOff() local 114 CallSession callSession = bcs.callStarted(binder, 1, WORKSOURCE_UID); in testDetailedOn() local 182 CallSession callSession = bcs.callStarted(binder, 1, WORKSOURCE_UID); in testSampling() local 219 CallSession callSession = bcs.callStarted(binder, 1, WORKSOURCE_UID); in testSamplingWithDifferentApis() local 251 CallSession callSession = bcs.callStarted(binder, 1, WORKSOURCE_UID); in testSharding() local 290 CallSession callSession = bcs.callStarted(binder, 1, WORKSOURCE_UID); in testTransactionCodeResolved() local 305 CallSession callSession = bcs.callStarted(binder, 1, WORKSOURCE_UID); in testMultipleTransactionCodeResolved() local 336 CallSession callSession = bcs.callStarted(binder, 1, WORKSOURCE_UID); in testResolvingCodeDoesNotThrowWhenMethodNotPresent() local 350 CallSession callSession = bcs.callStarted(binder, 1, WORKSOURCE_UID); in testParcelSize() local 366 CallSession callSession = bcs.callStarted(binder, 1, WORKSOURCE_UID); in testMaxCpu() local [all …]
|
H A D | BinderLatencyObserverTest.java | 57 CallSession callSession = new CallSession(); in testLatencyCollectionWithMultipleClasses() local 88 CallSession callSession = new CallSession(); in testSampling() local 111 CallSession callSession = new CallSession(); in testTooCallLengthOverflow() local 130 CallSession callSession = new CallSession(); in testHistogramBucketOverflow() local 154 CallSession callSession = new CallSession(); in testSingleAtomPush() local 190 CallSession callSession = new CallSession(); in testMultipleAtomPush() local 251 CallSession callSession = new CallSession(); in testSharding() local
|
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/metrics/ |
H A D | TelephonyMetrics.java | 1037 InProgressCallSession callSession = mInProgressCallSessions.get(phoneId); in annotateInProgressCallSession() local 1065 InProgressCallSession callSession = mInProgressCallSessions.get(phoneId); in startNewCallSessionIfNeeded() local 1153 TelephonyCallSession callSession = new TelephonyCallSession(); in finishCallSession() local 1571 InProgressCallSession callSession = startNewCallSessionIfNeeded(phoneId); in writeRilCallList() local 1688 InProgressCallSession callSession = startNewCallSessionIfNeeded(phoneId); in writeRilDial() local 1712 InProgressCallSession callSession = startNewCallSessionIfNeeded(phoneId); in writeRilCallRing() local 1727 InProgressCallSession callSession = mInProgressCallSessions.get(phoneId); in writeRilHangup() local 1750 InProgressCallSession callSession = mInProgressCallSessions.get(phoneId); in writeRilAnswer() local 1856 InProgressCallSession callSession = mInProgressCallSessions.get(phoneId); in writeOnCallSolicitedResponse() local 2028 InProgressCallSession callSession = mInProgressCallSessions.get(phoneId); in writePhoneState() local [all …]
|
/aosp12/frameworks/opt/telephony/tests/telephonytests/src/android/telephony/ims/ |
H A D | MmTelFeatureTests.java | 173 IImsCallSession callSession = mFeatureBinder.createCallSession(null); in testSendDtmfMessageMessenger() local
|
/aosp12/frameworks/base/core/java/android/os/ |
H A D | Binder.java | 1153 final CallSession callSession = in execTransactInternal() local
|