Home
last modified time | relevance | path

Searched refs:msgObj (Results 1 – 2 of 2) sorted by relevance

/packages/services/Telecomm/src/com/android/server/telecom/
DConnectionServiceFocusManager.java492 Object msgObj = ((MessageArgs) msg.obj).obj; in handleMessage() local
497 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()
/packages/apps/Bluetooth/src/com/android/bluetooth/sdp/
DSdpManager.java473 SdpSearchInstance msgObj = (SdpSearchInstance) msg.obj;
474 Log.w(TAG, "Search timedout for UUID " + msgObj.getUuid());
476 sendSdpIntent(msgObj, null, false);