Searched refs:connection2 (Results 1 – 7 of 7) sorted by relevance
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
D | ConnectionTest.java | 152 Connection connection2 = new TestConnection(TEST_PHONE_TYPE); in testMigrateFrom() local 159 connection2.setEmergencyCallInfo(mPhone.getCallTracker(), null); in testMigrateFrom() 160 connection2.setHasKnownUserIntentEmergency(true); in testMigrateFrom() 161 connection1.migrateFrom(connection2); in testMigrateFrom()
|
/frameworks/native/services/inputflinger/tests/ |
D | LatencyTracker_test.cpp | 84 sp<IBinder> connection2; member in android::inputdispatcher::LatencyTrackerTest 88 connection2 = sp<BBinder>::make(); in SetUp() 195 mTracker->trackGraphicsLatency(/*inputEventId=*/1, connection2, graphicsTimeline); in TEST_F() 264 timeline2.connectionTimelines.emplace(connection2, in TEST_F() 283 mTracker->trackFinishedEvent(inputEventId2, connection2, connectionTimeline2.deliveryTime, in TEST_F() 287 mTracker->trackGraphicsLatency(inputEventId2, connection2, in TEST_F()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/pipeline/mobile/data/repository/demo/ |
D | DemoMobileConnectionsRepositoryTest.kt | 455 var connection2: DemoMobileConnectionRepository? = null in <lambda>() variable 472 connection2 = it in <lambda>() 479 assertConnection(connection2!!, currentEvent2) in <lambda>() 485 assertConnection(connection2!!, currentEvent2) in <lambda>() 491 assertConnection(connection2!!, currentEvent2) in <lambda>() 502 var connection2: DemoMobileConnectionRepository? = null in <lambda>() variable 518 2 -> connection2 = it in <lambda>() 524 assertCarrierMergedConnection(connection2!!, currentEvent2) in <lambda>() 530 assertCarrierMergedConnection(connection2!!, currentEvent2) in <lambda>() 536 assertCarrierMergedConnection(connection2!!, currentEvent2) in <lambda>()
|
/frameworks/base/telecomm/java/android/telecom/ |
D | ConnectionService.java | 2608 Connection connection2 = findConnectionForAction(otherCallId, " consultativeTransfer"); in consultativeTransfer() local 2609 connection1.onTransfer(connection2); in consultativeTransfer() 2723 Connection connection2 = findConnectionForAction(callId2, "conference"); in conference() local 2725 if (connection2 == getNullConnection()) { in conference() 2744 if (connection2 != getNullConnection()) { in conference() 2746 conference1.onMerge(connection2); in conference() 2761 onConference(connection1, connection2); in conference() 3566 public void onConference(Connection connection1, Connection connection2) {} in onConference() argument
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/imsphone/ |
D | ImsPhoneCallTrackerTest.java | 1240 ImsPhoneConnection connection2 = null; in testRewriteOutgoingNumberBasedOnRoamingState() local 1242 connection2 = (ImsPhoneConnection) mCTUT.dial(dialStringStar, in testRewriteOutgoingNumberBasedOnRoamingState() 1248 if (connection2 == null) { in testRewriteOutgoingNumberBasedOnRoamingState() 1252 Assert.assertEquals(dialStringStar, connection2.getAddress()); in testRewriteOutgoingNumberBasedOnRoamingState() 1253 Assert.assertEquals(remapping2, connection2.getConvertedNumber()); in testRewriteOutgoingNumberBasedOnRoamingState() 2045 ImsPhoneConnection connection2 = placeCall(); in testCallDisconnectBeforeActive() local
|
/frameworks/native/services/surfaceflinger/tests/unittests/ |
D | SchedulerTest.cpp | 749 const sp<IDisplayEventConnection> connection2 = in TEST_F() local 769 const sp<IDisplayEventConnection> connection2 = in TEST_F() local
|
/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |