Searched refs:timeoutMsg (Results 1 – 5 of 5) sorted by relevance
74 String timeoutMsg = "Timeout waiting " + timeoutMs + "ms for " + jobMsg; in runJobSync() local81 throw new IllegalStateException(timeoutMsg); in runJobSync()85 throw new IllegalStateException(timeoutMsg); in runJobSync()
421 Message timeoutMsg = obtainMessage(WHAT_TIMEOUT, setting); in handleMessage() local422 sendMessageDelayed(timeoutMsg, INJECTED_STATUS_UPDATE_TIMEOUT_MILLIS); in handleMessage()
1058 sp<AMessage> timeoutMsg = new AMessage(kWhatStopStalled, mReflector); in onMessageReceived() local1059 timeoutMsg->setInt32("generation", mGeneration); in onMessageReceived()1060 timeoutMsg->post(timeoutUs); in onMessageReceived()
2848 sp<AMessage> timeoutMsg = in onMessageReceived() local2850 timeoutMsg->setInt32( in onMessageReceived()2852 timeoutMsg->post(timeoutUs); in onMessageReceived()2922 sp<AMessage> timeoutMsg = in onMessageReceived() local2924 timeoutMsg->setInt32( in onMessageReceived()2926 timeoutMsg->post(timeoutUs); in onMessageReceived()
1706 Message timeoutMsg = mHandler.obtainMessage(MESSAGE_TIMEOUT_BIND); in handleMessage() local1707 mHandler.sendMessageDelayed(timeoutMsg, TIMEOUT_BIND_MS); in handleMessage()2269 Message timeoutMsg = mHandler.obtainMessage(MESSAGE_TIMEOUT_BIND); in handleEnable() local2270 mHandler.sendMessageDelayed(timeoutMsg, TIMEOUT_BIND_MS); in handleEnable()