Searched refs:MSG_SERVICE_TIMEOUT (Results 1 – 1 of 1) sorted by relevance
2207 private static final int MSG_SERVICE_TIMEOUT = 1; field in CarRemoteAccessService.RemoteTaskClientServiceHandler2227 HandlerHelper.removeEqualMessages(this, MSG_SERVICE_TIMEOUT, uid); in postServiceTimeout()2228 Message msg = obtainMessage(MSG_SERVICE_TIMEOUT, uid); in postServiceTimeout()2271 HandlerHelper.removeEqualMessages(this, MSG_SERVICE_TIMEOUT, uid); in cancelServiceTimeout()2275 removeMessages(MSG_SERVICE_TIMEOUT); in cancelAllServiceTimeout()2319 case MSG_SERVICE_TIMEOUT: in handleMessage()