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.java536 Object msgObj = ((MessageArgs) msg.obj).obj; in handleMessage() local
541 handleRequestFocus((FocusRequest) msgObj); in handleMessage()
544 handleReleasedFocus((ConnectionServiceFocus) msgObj); in handleMessage()
547 handleReleasedFocusTimeout((FocusRequest) msgObj); in handleMessage()
550 handleConnectionServiceDeath((ConnectionServiceFocus) msgObj); in handleMessage()
553 handleAddedCall((CallFocus) msgObj); in handleMessage()
556 handleRemovedCall((CallFocus) msgObj); in handleMessage()
559 handleCallStateChanged((CallFocus) msgObj, msg.arg1, msg.arg2); in handleMessage()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/sdp/
DSdpManager.java198 SdpSearchInstance msgObj = (SdpSearchInstance) msg.obj; in SdpManager()
199 Log.w(TAG, "Search timed out for UUID " + msgObj.getUuid()); in SdpManager()
201 sendSdpIntent(msgObj, null, false); in SdpManager()