Home
last modified time | relevance | path

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

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ims/
DMmTelFeatureConnectionTest.java49 private class TestCallback extends Binder implements IInterface { class in MmTelFeatureConnectionTest
58 ImsCallbackAdapterManager<TestCallback> {
60 List<TestCallback> mCallbacks = new ArrayList<>();
68 public void registerCallback(TestCallback localCallback) { in registerCallback()
74 public void unregisterCallback(TestCallback localCallback) { in unregisterCallback()
78 public boolean doesCallbackExist(TestCallback callback) { in doesCallbackExist()
106 TestCallback testCallback = new TestCallback(); in testCallbackAdapter_addAndRemoveCallback()
129 TestCallback testCallback = new TestCallback(); in testCallbackAdapter_addAndRemoveCallbackForSub()
151 TestCallback testCallback1 = new TestCallback(); in testCallbackAdapter_addAndRemoveCallbackForMultipleSubs()
152 TestCallback testCallback2 = new TestCallback(); in testCallbackAdapter_addAndRemoveCallbackForMultipleSubs()
[all …]
/frameworks/base/core/tests/coretests/src/android/provider/
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()
/frameworks/base/services/tests/servicestests/src/com/android/server/timezone/
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
/frameworks/base/packages/MtpDocumentsProvider/perf_tests/src/com/android/mtp/
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
/frameworks/hardware/interfaces/displayservice/1.0/vts/functional/
DVtsFwkDisplayServiceV1_0TargetTest.cpp54 class TestCallback : public IEventCallback { class
89 cb = new TestCallback(); in SetUp()
97 sp<TestCallback> cb;
/frameworks/base/apct-tests/perftests/core/src/android/view/
DViewShowHidePerfTest.java139 interface TestCallback { interface in ViewShowHidePerfTest
143 private void testParentWithChild(TestCallback callback) throws Throwable { in testParentWithChild()