Searched refs:TestCallback (Results 1 – 6 of 6) sorted by relevance
49 private class TestCallback extends Binder implements IInterface { class in MmTelFeatureConnectionTest58 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 …]
86 private static class TestCallback extends FontsContract.FontRequestCallback { class in FontsContractE2ETest119 final TestCallback callback = new TestCallback(); in typefaceCacheTest()130 final TestCallback callback2 = new TestCallback(); in typefaceCacheTest()141 final TestCallback callback3 = new TestCallback(); in typefaceCacheTest()
425 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
53 ParcelFileDescriptor.MODE_READ_ONLY, new TestCallback()); in testReadWriteFile()65 new TestCallback()); in testReadWriteFile()100 private static class TestCallback extends ProxyFileDescriptorCallback { class in AppFusePerfTest
54 class TestCallback : public IEventCallback { class89 cb = new TestCallback(); in SetUp()97 sp<TestCallback> cb;
139 interface TestCallback { interface in ViewShowHidePerfTest143 private void testParentWithChild(TestCallback callback) throws Throwable { in testParentWithChild()