Home
last modified time | relevance | path

Searched refs:TestCallback (Results 1 – 14 of 14) sorted by relevance

/aosp12/frameworks/opt/net/ims/tests/src/com/android/ims/
H A DMmTelFeatureConnectionTest.java103 TestCallback testCallback = new TestCallback(); in testCallbackAdapter_addAndRemoveCallback()
126 TestCallback testCallback = new TestCallback(); in testCallbackAdapter_addAndRemoveCallbackForSub()
148 TestCallback testCallback1 = new TestCallback(); in testCallbackAdapter_addAndRemoveCallbackForMultipleSubs()
149 TestCallback testCallback2 = new TestCallback(); in testCallbackAdapter_addAndRemoveCallbackForMultipleSubs()
180 TestCallback testCallback1 = new TestCallback(); in testCallbackAdapter_onSubscriptionsChangedMultipleSubs()
181 TestCallback testCallback2 = new TestCallback(); in testCallbackAdapter_onSubscriptionsChangedMultipleSubs()
211 TestCallback testCallback1 = new TestCallback(); in testCallbackAdapter_onSubscriptionsChangedOneSub()
237 TestCallback testCallback1 = new TestCallback(); in testCallbackAdapter_closeMultipleSubs()
238 TestCallback testCallback2 = new TestCallback(); in testCallbackAdapter_closeMultipleSubs()
264 TestCallback testCallback1 = new TestCallback(); in testCallbackAdapter_closeSlotBasedCallbacks()
[all …]
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/hdmi/
H A DDeviceSelectActionTest.java180 private static class TestCallback extends IHdmiControlCallback.Stub { class in DeviceSelectActionTest
195 TestCallback callback, in createDeviceSelectAction()
210 TestCallback callback = new TestCallback(); in testDeviceSelect_DeviceInPowerOnStatus_Cec14b()
231 TestCallback callback = new TestCallback(); in testDeviceSelect_DeviceInStandbyStatus_Cec14b()
257 TestCallback callback = new TestCallback(); in testDeviceSelect_DeviceInStandbyStatusWithSomeTimeouts_Cec14b()
284 TestCallback callback = new TestCallback(); in testDeviceSelect_DeviceInStandbyAfterTimeoutForReportPowerStatus_Cec14b()
312 TestCallback callback = new TestCallback(); in testDeviceSelect_DeviceInPowerOnStatus_Cec20()
328 TestCallback callback = new TestCallback(); in testDeviceSelect_DeviceInPowerUnknownStatus_Cec20()
351 TestCallback callback = new TestCallback(); in testDeviceSelect_DeviceInStandbyStatus_Cec20()
H A DOneTouchPlayActionTest.java173 TestCallback callback = new TestCallback(); in succeedWithUnknownTvDevice()
216 TestCallback callback = new TestCallback(); in succeedAfterGettingPowerStatusOn_Cec14b()
259 TestCallback callback = new TestCallback(); in succeedAfterGettingTransientPowerStatus_Cec14b()
312 TestCallback callback = new TestCallback(); in timeOut_Cec14b()
358 TestCallback callback = new TestCallback(); in succeedIfPowerStatusOn_Cec20()
393 TestCallback callback = new TestCallback(); in succeedIfPowerStatusUnknown_Cec20()
438 TestCallback callback = new TestCallback(); in succeedIfPowerStatusStandby_Cec20()
478 TestCallback callback = new TestCallback(); in succeedWithAddressNotAllocated_Cec14b()
524 TestCallback callback = new TestCallback(); in succeedWithAddressAllocated_Cec14b()
563 TestCallback callback = new TestCallback(); in pendingActionDoesNotBlockSendingStandby_Cec14b()
[all …]
/aosp12/frameworks/base/core/tests/coretests/src/android/provider/
H A DFontsContractE2ETest.java86 private static class TestCallback extends FontsContract.FontRequestCallback { class in FontsContractE2ETest
119 final TestCallback callback = new TestCallback(); in typefaceCacheTest()
130 final TestCallback callback2 = new TestCallback(); in typefaceCacheTest()
141 final TestCallback callback3 = new TestCallback(); in typefaceCacheTest()
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/timezone/
H A DRulesManagerServiceTest.java425 TestCallback callback = new TestCallback(); in requestInstall_asyncSuccess()
461 TestCallback callback = new TestCallback(); in requestInstall_nullTokenBytes()
500 TestCallback callback = new TestCallback(); in requestInstall_asyncInstallFail()
605 TestCallback callback = new TestCallback(); in requestUninstall_asyncSuccess()
639 TestCallback callback = new TestCallback(); in requestUninstall_asyncNothingInstalled()
670 TestCallback callback = new TestCallback(); in requestUninstall_nullTokenBytes()
703 TestCallback callback = new TestCallback(); in requestUninstall_asyncUninstallFail()
1066 private static class TestCallback extends ICallback.Stub { class in RulesManagerServiceTest
/aosp12/packages/services/Mtp/perf_tests/src/com/android/mtp/
H A DAppFusePerfTest.java53 ParcelFileDescriptor.MODE_READ_ONLY, new TestCallback()); in testReadWriteFile()
65 new TestCallback()); in testReadWriteFile()
100 private static class TestCallback extends ProxyFileDescriptorCallback { class in AppFusePerfTest
/aosp12/frameworks/base/apct-tests/perftests/core/src/android/mtp_perf/
H A DAppFusePerfTest.java53 ParcelFileDescriptor.MODE_READ_ONLY, new TestCallback()); in testReadWriteFile()
65 new TestCallback()); in testReadWriteFile()
100 private static class TestCallback extends ProxyFileDescriptorCallback { class in AppFusePerfTest
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/settings/
H A DUserTrackerImplTest.kt195 val callback = TestCallback()
206 val callback = TestCallback()
224 val callback = TestCallback()
258 val callback = TestCallback()
274 private class TestCallback : UserTracker.Callback { regex
/aosp12/frameworks/hardware/interfaces/displayservice/1.0/vts/functional/
H A DVtsFwkDisplayServiceV1_0TargetTest.cpp56 class TestCallback : public IEventCallback { class
89 cb = new TestCallback(); in SetUp()
97 sp<TestCallback> cb;
/aosp12/packages/apps/TV/common/tests/robotests/src/com/android/tv/common/support/tis/
H A DTisSessionTest.java35 private TestCallback testCallback;
39 testCallback = new TestCallback(); in setup()
119 private static final class TestCallback implements TifSessionCallbacks { class in TisSessionTest
/aosp12/frameworks/base/apct-tests/perftests/core/src/android/view/
H A DViewShowHidePerfTest.java140 interface TestCallback { interface in ViewShowHidePerfTest
144 private void testParentWithChild(TestCallback callback) throws Throwable { in testParentWithChild()
/aosp12/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ims/
H A DImsServiceControllerTest.java91 private static class TestCallback extends IImsServiceFeatureCallback.Stub { class in ImsServiceControllerTest
435 TestCallback cb = new TestCallback(); in testBindMoveToReady()
594 TestCallback cb = new TestCallback(); in testBindServiceAndAddRemoveEmergency()
965 TestCallback cb = new TestCallback(); in validateMmTelFeatureExistsInCallback()
/aosp12/frameworks/base/core/tests/coretests/src/android/content/pm/parsing/result/
H A DParseInputAndResultTest.kt62 open class TestCallback : ParseInput.Callback {
72 mockCallback = spy(TestCallback())
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/timezonedetector/location/
H A DControllerImplTest.java72 private TestCallback mTestCallback;
85 mTestCallback = new TestCallback(mTestThreadingDomain); in setUp()
1143 private static class TestCallback extends LocationTimeZoneProviderController.Callback { class in ControllerImplTest
1147 TestCallback(ThreadingDomain threadingDomain) { in TestCallback() method in ControllerImplTest.TestCallback