Home
last modified time | relevance | path

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

/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.java417 TestCallback callback = new TestCallback(); in requestInstall_asyncSuccess()
453 TestCallback callback = new TestCallback(); in requestInstall_nullTokenBytes()
492 TestCallback callback = new TestCallback(); in requestInstall_asyncInstallFail()
597 TestCallback callback = new TestCallback(); in requestUninstall_asyncSuccess()
631 TestCallback callback = new TestCallback(); in requestUninstall_asyncNothingInstalled()
662 TestCallback callback = new TestCallback(); in requestUninstall_nullTokenBytes()
695 TestCallback callback = new TestCallback(); in requestUninstall_asyncUninstallFail()
1046 private static class TestCallback extends ICallback.Stub { class in RulesManagerServiceTest
/frameworks/base/packages/MtpDocumentsProvider/perf_tests/src/com/android/mtp/
DAppFusePerfTest.java55 ParcelFileDescriptor.MODE_READ_ONLY, new TestCallback()); in testReadWriteFile()
67 new TestCallback()); in testReadWriteFile()
102 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.java138 interface TestCallback { interface in ViewShowHidePerfTest
142 private void testParentWithChild(TestCallback callback) throws Throwable { in testParentWithChild()