Home
last modified time | relevance | path

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

/cts/tests/tests/content/src/android/content/wm/cts/
DContextRegisterComponentCallbacksTest.java192 private static class TestComponentCallbacks implements ComponentCallbacks { class in ContextRegisterComponentCallbacksTest
/cts/tests/framework/base/windowmanager/src/android/server/wm/activity/
DConfigurationCallbacksTest.java554 private static class TestComponentCallbacks implements ComponentCallbacks { class in ConfigurationCallbacksTest
559 TestComponentCallbacks(@NonNull WindowConfigTracker tracker) { in TestComponentCallbacks() method in ConfigurationCallbacksTest.TestComponentCallbacks
/cts/tests/framework/base/windowmanager/src/android/server/wm/display/
DWindowContextTests.java429 private static class TestComponentCallbacks implements ComponentCallbacks { class in WindowContextTests