/aosp_15_r20/frameworks/base/core/tests/coretests/src/com/android/internal/os/ |
H A D | BinderCallsStatsTest.java | 86 CallSession callSession = bcs.callStarted(binder, 1, WORKSOURCE_UID); in testDetailedOff() local 127 CallSession callSession = bcs.callStarted(binder, 1, WORKSOURCE_UID); in testDetailedOn() local 195 CallSession callSession = bcs.callStarted(binder, 1, WORKSOURCE_UID); in testSampling() local 232 CallSession callSession = bcs.callStarted(binder, 1, WORKSOURCE_UID); in testSamplingWithDifferentApis() local 264 CallSession callSession = bcs.callStarted(binder, 1, WORKSOURCE_UID); in testSharding() local 303 CallSession callSession = bcs.callStarted(binder, 1, WORKSOURCE_UID); in testTransactionCodeResolved() local 318 CallSession callSession = bcs.callStarted(binder, 1, WORKSOURCE_UID); in testMultipleTransactionCodeResolved() local 349 CallSession callSession = bcs.callStarted(binder, 1, WORKSOURCE_UID); in testResolvingCodeDoesNotThrowWhenMethodNotPresent() local 363 CallSession callSession = bcs.callStarted(binder, 1, WORKSOURCE_UID); in testParcelSize() local 379 CallSession callSession = bcs.callStarted(binder, 1, WORKSOURCE_UID); in testMaxCpu() local [all …]
|
H A D | BinderLatencyObserverTest.java | 64 CallSession callSession = new CallSession(); in testLatencyCollectionWithMultipleClasses() local 95 CallSession callSession = new CallSession(); in testSampling() local 118 CallSession callSession = new CallSession(); in testTooCallLengthOverflow() local 137 CallSession callSession = new CallSession(); in testHistogramBucketOverflow() local 161 CallSession callSession = new CallSession(); in testSingleAtomPush() local 197 CallSession callSession = new CallSession(); in testMultipleAtomPush() local 258 CallSession callSession = new CallSession(); in testSharding() local
|
/aosp_15_r20/cts/tests/tests/telephony/current/src/android/telephony/ims/cts/ |
H A D | ImsCallingTest.java | 232 TestImsCallSessionImpl callSession = sServiceConnector.getCarrierService().getMmTelFeature() in testOutGoingCall() local 267 TestImsCallSessionImpl callSession = in testOutGoingCallStartFailed() local 297 TestImsCallSessionImpl callSession = in testIncomingCall() local 329 TestImsCallSessionImpl callSession = in testIncomingCallReturnListener() local 359 TestImsCallSessionImpl callSession = in testIncomingCallReject() local 393 TestImsCallSessionImpl callSession = in testOutGoingCallForExecutor() local 429 TestImsCallSessionImpl callSession = in testOutGoingCallHoldResume() local 474 TestImsCallSessionImpl callSession = in testOutGoingCallHoldFailure() local 517 TestImsCallSessionImpl callSession = in testOutGoingCallResumeFailure() local 563 TestImsCallSessionImpl callSession = in testOutGoingCallReceivedHoldResume() local [all …]
|
H A D | ImsCallingTestOnMockModem.java | 222 TestImsCallSessionImpl callSession = sServiceConnector.getCarrierService().getMmTelFeature() in testSrvccActiveCall() local 273 TestImsCallSessionImpl callSession = sServiceConnector.getCarrierService().getMmTelFeature() in testSendAnbrQuery() local 309 TestImsCallSessionImpl callSession = sServiceConnector.getCarrierService().getMmTelFeature() in testNotifyAnbr() local 348 TestImsCallSessionImpl callSession = sServiceConnector.getCarrierService() in testSrvccIncomingCall() local 384 TestImsCallSessionImpl callSession = sServiceConnector.getCarrierService().getMmTelFeature() in testSrvccIncomingCall() local 452 TestImsCallSessionImpl callSession = sServiceConnector.getCarrierService().getMmTelFeature() in testSrvccHoldingCall() local
|
H A D | CallDomainSelectionTestOnMockModem.java | 240 TestImsCallSessionImpl callSession = in isPsDialing() local 818 TestImsCallSessionImpl callSession = in testPsCallEndOnPeerDevice() local 874 TestImsCallSessionImpl callSession = in testWifiCallEndOnPeerDevice() local
|
H A D | EmergencyCallDomainSelectionTestOnMockModem.java | 984 TestImsCallSessionImpl callSession = sServiceConnector.getCarrierService() in testDefaultWifiImsRegisteredScanTimeoutSelectWifiImsPdn() local 1015 TestImsCallSessionImpl callSession = sServiceConnector.getCarrierService() in testDefaultWifiImsRegisteredCellularTimeoutSelectWifiImsPdn() local 1107 TestImsCallSessionImpl callSession = sServiceConnector.getCarrierService().getMmTelFeature() in testOutGoingEmergencyCall() local 1216 TestImsCallSessionImpl callSession = sServiceConnector.getCarrierService() in isPsDialing() local
|
H A D | ConferenceHelper.java | 69 TestImsCallSessionImpl callSession = entry.getValue(); in getHoldSession() local
|
/aosp_15_r20/frameworks/opt/telephony/src/java/com/android/internal/telephony/metrics/ |
D | TelephonyMetrics.java | 1033 InProgressCallSession callSession = mInProgressCallSessions.get(phoneId); in annotateInProgressCallSession() local 1061 InProgressCallSession callSession = mInProgressCallSessions.get(phoneId); in startNewCallSessionIfNeeded() local 1149 TelephonyCallSession callSession = new TelephonyCallSession(); in finishCallSession() local 1567 InProgressCallSession callSession = startNewCallSessionIfNeeded(phoneId); in writeRilCallList() local 1684 InProgressCallSession callSession = startNewCallSessionIfNeeded(phoneId); in writeRilDial() local 1708 InProgressCallSession callSession = startNewCallSessionIfNeeded(phoneId); in writeRilCallRing() local 1723 InProgressCallSession callSession = mInProgressCallSessions.get(phoneId); in writeRilHangup() local 1746 InProgressCallSession callSession = mInProgressCallSessions.get(phoneId); in writeRilAnswer() local 1764 InProgressCallSession callSession = mInProgressCallSessions.get(phoneId); in writeRilSrvcc() local 1852 InProgressCallSession callSession = mInProgressCallSessions.get(phoneId); in writeOnCallSolicitedResponse() local [all …]
|
/aosp_15_r20/frameworks/opt/telephony/tests/telephonytests/src/android/telephony/ims/ |
D | MmTelFeatureTests.java | 189 IImsCallSession callSession = mFeatureBinder.createCallSession(null); in testSendDtmfMessageMessenger() local
|
/aosp_15_r20/frameworks/base/core/java/android/os/ |
H A D | Binder.java | 1367 final CallSession callSession = in execTransactInternal() local
|
/aosp_15_r20/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/ |
D | ImsPhoneCallTracker.java | 3180 ImsCallSession callSession = imsCall.getCallSession(); in maybeSetVideoCallProvider() local
|
/aosp_15_r20/out/soong/.intermediates/frameworks/opt/telephony/telephony-common/android_common/repackaged-jarjar/javac/ |
D | telephony-common.jar | com/android/internal/util/UserIcons.class
UserIcons.java
package com.android. ... |
/aosp_15_r20/out/soong/.intermediates/frameworks/opt/telephony/telephony-common/android_common/javac/ |
D | telephony-common.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/net/
android/ ... |
/aosp_15_r20/out/soong/.intermediates/frameworks/opt/telephony/telephony-common/android_common/jarjar/ |
D | telephony-common.jar | com/android/server/wm/EventLogTags.class
EventLogTags.java
package com.android. ... |
/aosp_15_r20/out/soong/.intermediates/frameworks/opt/telephony/telephony-common/android_common/combined/ |
D | telephony-common.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/hardware/
android/ ... |
/aosp_15_r20/out/target/common/obj/JAVA_LIBRARIES/telephony-common_intermediates/ |
D | classes.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/hardware/
android/ ... |
/aosp_15_r20/out/soong/.intermediates/frameworks/opt/telephony/telephony-common/android_common/withres/ |
D | telephony-common.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/hardware/
android/ ... |
/aosp_15_r20/out/soong/.intermediates/frameworks/base/framework-minus-apex/android_common/repackaged-jarjar/javac-10/ |
D | framework.jar | android/os/NewUserRequest.class
NewUserRequest.java
package android.os
public final android.os ... |
/aosp_15_r20/out/soong/.intermediates/frameworks/base/framework-minus-apex/android_common/javac/ |
D | framework.jar10 | META-INF/
META-INF/MANIFEST.MF
android/
android/net/
android/ ... |
/aosp_15_r20/prebuilts/misc/common/robolectric/android-all/ |
HD | android-all-8.0.0_r4-robolectric-0.jar | usr/share/zoneinfo/tzlookup.xml
usr/share/zoneinfo/tzdata
usr/share ... |
HD | android-all-8.1.0-robolectric-4611349.jar | META-INF/
META-INF/MANIFEST.MF
resources.arsc
com/
com/android ... |
HD | android-all-8.1.0-robolectric-r4458339.jar | META-INF/
META-INF/MANIFEST.MF
assets/
assets/images/
assets/ ... |
HD | android-all-8.0.0_r4-robolectric-r1.jar | META-INF/
META-INF/MANIFEST.MF
assets/
assets/images/
assets/ ... |
HD | android-all-9-robolectric-4913185-2.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |
HD | android-all-10-robolectric-5803371.jar | META-INF/
META-INF/MANIFEST.MF
res/
res/layout-notround- ... |