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()
419 Message timeoutMsg = obtainMessage(WHAT_TIMEOUT, setting); in handleMessage() local420 sendMessageDelayed(timeoutMsg, INJECTED_STATUS_UPDATE_TIMEOUT_MILLIS); in handleMessage()
1094 sp<AMessage> timeoutMsg = new AMessage(kWhatStopStalled, mReflector); in onMessageReceived() local1095 timeoutMsg->setInt32("generation", mGeneration); in onMessageReceived()1096 timeoutMsg->post(timeoutUs); in onMessageReceived()
4136 sp<AMessage> timeoutMsg = in onMessageReceived() local4138 timeoutMsg->setInt32( in onMessageReceived()4140 timeoutMsg->post(timeoutUs); in onMessageReceived()4218 sp<AMessage> timeoutMsg = in onMessageReceived() local4220 timeoutMsg->setInt32( in onMessageReceived()4222 timeoutMsg->post(timeoutUs); in onMessageReceived()
1821 Message timeoutMsg = mHandler.obtainMessage(MESSAGE_TIMEOUT_BIND); in handleMessage() local1822 mHandler.sendMessageDelayed(timeoutMsg, TIMEOUT_BIND_MS); in handleMessage()2432 Message timeoutMsg = mHandler.obtainMessage(MESSAGE_TIMEOUT_BIND); in handleEnable() local2433 mHandler.sendMessageDelayed(timeoutMsg, TIMEOUT_BIND_MS); in handleEnable()