Searched defs: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 103 CallSession callSession = bcs.callStarted(binder, 1, WORKSOURCE_UID); in testDetailedOn() local 171 CallSession callSession = bcs.callStarted(binder, 1, WORKSOURCE_UID); in testSampling() local 208 CallSession callSession = bcs.callStarted(binder, 1, WORKSOURCE_UID); in testSamplingWithDifferentApis() local 251 CallSession callSession = bcs.callStarted(binder, 1, WORKSOURCE_UID); in testTransactionCodeResolved() local 266 CallSession callSession = bcs.callStarted(binder, 1, WORKSOURCE_UID); in testMultipleTransactionCodeResolved() local 297 CallSession callSession = bcs.callStarted(binder, 1, WORKSOURCE_UID); in testResolvingCodeDoesNotThrowWhenMethodNotPresent() local 311 CallSession callSession = bcs.callStarted(binder, 1, WORKSOURCE_UID); in testParcelSize() local 327 CallSession callSession = bcs.callStarted(binder, 1, WORKSOURCE_UID); in testMaxCpu() local 346 CallSession callSession = bcs.callStarted(binder, 1, WORKSOURCE_UID); in testMaxLatency() local [all …]
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/metrics/ |
D | TelephonyMetrics.java | 990 InProgressCallSession callSession = mInProgressCallSessions.get(phoneId); in annotateInProgressCallSession() local 1018 InProgressCallSession callSession = mInProgressCallSessions.get(phoneId); in startNewCallSessionIfNeeded() local 1106 TelephonyCallSession callSession = new TelephonyCallSession(); in finishCallSession() local 1509 InProgressCallSession callSession = startNewCallSessionIfNeeded(phoneId); in writeRilCallList() local 1626 InProgressCallSession callSession = startNewCallSessionIfNeeded(phoneId); in writeRilDial() local 1650 InProgressCallSession callSession = startNewCallSessionIfNeeded(phoneId); in writeRilCallRing() local 1665 InProgressCallSession callSession = mInProgressCallSessions.get(phoneId); in writeRilHangup() local 1688 InProgressCallSession callSession = mInProgressCallSessions.get(phoneId); in writeRilAnswer() local 1706 InProgressCallSession callSession = mInProgressCallSessions.get(phoneId); in writeRilSrvcc() local 1794 InProgressCallSession callSession = mInProgressCallSessions.get(phoneId); in writeOnCallSolicitedResponse() local [all …]
|
/frameworks/opt/telephony/tests/telephonytests/src/android/telephony/ims/ |
D | MmTelFeatureTests.java | 169 IImsCallSession callSession = mFeatureBinder.createCallSession(null); in testSendDtmfMessageMessenger() local
|
/frameworks/base/core/java/android/os/ |
D | Binder.java | 1133 final CallSession callSession = in execTransactInternal() local
|