Searched refs:MSG_NOTIFY_TEST_RESULT (Results 1 – 2 of 2) sorted by relevance
43 public static final int MSG_NOTIFY_TEST_RESULT = 2; field in TestingService78 mClient.send(Message.obtain(null, MSG_NOTIFY_TEST_RESULT, result, 0, null)); in notifyClientOfResult()
52 case TestingService.MSG_NOTIFY_TEST_RESULT: in handleMessage()