Home
last modified time | relevance | path

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

/cts/hostsidetests/tagging/common/src/android/cts/tagging/
DTestingService.java43 public static final int MSG_NOTIFY_TEST_RESULT = 2; field in TestingService
78 mClient.send(Message.obtain(null, MSG_NOTIFY_TEST_RESULT, result, 0, null)); in notifyClientOfResult()
DServiceRunnerActivity.java52 case TestingService.MSG_NOTIFY_TEST_RESULT: in handleMessage()