Home
last modified time | relevance | path

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

/packages/apps/Car/Stream/src/com/android/car/stream/telecom/
DCurrentCallStreamProducer.java69 Intent inCallServiceIntent = new Intent(mContext, StreamInCallService.class); in start() local
70 inCallServiceIntent.setAction(StreamInCallService.LOCAL_INCALL_SERVICE_BIND_ACTION); in start()
71 mContext.bindService(inCallServiceIntent, mServiceConnection, Context.BIND_AUTO_CREATE); in start()