Searched refs:msgObj (Results 1 – 2 of 2) sorted by relevance
492 Object msgObj = ((MessageArgs) msg.obj).obj; in handleMessage() local497 handleRequestFocus((FocusRequest) msgObj); in handleMessage()500 handleReleasedFocus((ConnectionServiceFocus) msgObj); in handleMessage()503 handleReleasedFocusTimeout((FocusRequest) msgObj); in handleMessage()506 handleConnectionServiceDeath((ConnectionServiceFocus) msgObj); in handleMessage()509 handleAddedCall((CallFocus) msgObj); in handleMessage()512 handleRemovedCall((CallFocus) msgObj); in handleMessage()515 handleCallStateChanged((CallFocus) msgObj, msg.arg1, msg.arg2); in handleMessage()
473 SdpSearchInstance msgObj = (SdpSearchInstance) msg.obj;474 Log.w(TAG, "Search timedout for UUID " + msgObj.getUuid());476 sendSdpIntent(msgObj, null, false);