Home
last modified time | relevance | path

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

/cts/tests/framework/base/windowmanager/src/android/server/wm/
DWindowContextTests.java40 import android.server.wm.WindowContextTests.TestWindowService.TestToken;
205 final Intent intent = new Intent(context, TestWindowService.class); in testWindowProviderServiceLifecycle()
209 final TestWindowService service = token.getService(); in testWindowProviderServiceLifecycle()
261 public static class TestWindowService extends WindowProviderService { class in WindowContextTests
276 private TestWindowService getService() { in getService()
277 return TestWindowService.this; in getService()