Home
last modified time | relevance | path

Searched refs:secondConnection (Results 1 – 2 of 2) sorted by relevance

/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/magnification/
H A DWindowMagnificationManagerTest.java149 MockWindowMagnificationConnection secondConnection = in setSecondConnectionAndFormerConnectionBinderDead_hasWrapperAndNotCallUnlinkToDeath() local
152 mWindowMagnificationManager.setConnection(secondConnection.getConnection()); in setSecondConnectionAndFormerConnectionBinderDead_hasWrapperAndNotCallUnlinkToDeath()
157 verify(secondConnection.asBinder(), never()).unlinkToDeath( in setSecondConnectionAndFormerConnectionBinderDead_hasWrapperAndNotCallUnlinkToDeath()
158 secondConnection.getDeathRecipient(), 0); in setSecondConnectionAndFormerConnectionBinderDead_hasWrapperAndNotCallUnlinkToDeath()
/aosp12/frameworks/native/services/surfaceflinger/tests/unittests/
H A DEventThreadTest.cpp356 sp<MockEventThreadConnection> secondConnection = in TEST_F() local
358 mThread->setVsyncRate(1, secondConnection); in TEST_F()
478 sp<MockEventThreadConnection> secondConnection = in TEST_F() local
480 mThread->setVsyncRate(1, secondConnection); in TEST_F()