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/
DCrossAppDragAndDropTests.java239 TestLogService.registerClient(mSourceLogTag, RESULT_KEY_START_DRAG); in assertDragAndDropResults()
240 TestLogService.registerClient(mTargetLogTag, RESULT_KEY_DRAG_ENDED); in assertDragAndDropResults()
244 mSourceResults = TestLogService.getResultsForClient(mSourceLogTag, 1000); in assertDragAndDropResults()
247 mTargetResults = TestLogService.getResultsForClient(mTargetLogTag, 1000); in assertDragAndDropResults()
DTestLogService.java33 public class TestLogService extends Service { class
DWindowContextTests.java118 windowContext.bindService(new Intent(windowContext, TestLogService.class), in testWindowContextBindService()