Home
last modified time | relevance | path

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

/cts/tests/framework/base/windowmanager/src/android/server/wm/
DWindowContextTests.java126 final TestComponentCallbacks callbacks = new TestComponentCallbacks(); in testWindowContextRegisterComponentCallbacks()
152 final TestComponentCallbacks callbacks = new TestComponentCallbacks(); in testWindowContextGlobalConfigChanges()
282 private static class TestComponentCallbacks implements ComponentCallbacks { class in WindowContextTests