Searched refs:MSG_SCREENSHOT_RESPONSE (Results 1 – 1 of 1) sorted by relevance
174 private static final int MSG_SCREENSHOT_RESPONSE = 4; field in BugreportProgressService336 if (msg.what == MSG_SCREENSHOT_RESPONSE) { in handleMessage()717 Message.obtain(mServiceHandler, MSG_SCREENSHOT_RESPONSE, requestMsg.arg1, taken ? 1 : 0, in handleScreenshotRequest()