Home
last modified time | relevance | path

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

/cts/tests/framework/base/windowmanager/src/android/server/wm/window/
DCrossAppDragAndDropTests.java43 import android.server.wm.TestLogService;
316 TestLogService.registerClient(mSourceLogTag, RESULT_KEY_START_DRAG); in assertDragAndDropResults()
317 TestLogService.registerClient(mTargetLogTag, RESULT_KEY_DRAG_ENDED); in assertDragAndDropResults()
321 mSourceResults = TestLogService.getResultsForClient(mSourceLogTag, 1000); in assertDragAndDropResults()
324 mTargetResults = TestLogService.getResultsForClient(mTargetLogTag, 1000); in assertDragAndDropResults()
/cts/tests/framework/base/windowmanager/util/src/android/server/wm/
DTestLogService.java33 public class TestLogService extends Service { class
/cts/tests/framework/base/windowmanager/src/android/server/wm/display/
DWindowContextTests.java48 import android.server.wm.TestLogService;
125 windowContext.bindService(new Intent(windowContext, TestLogService.class), in testWindowContextBindService()