Searched refs:inCallServiceIntent (Results 1 – 1 of 1) sorted by relevance
69 Intent inCallServiceIntent = new Intent(mContext, StreamInCallService.class); in start() local70 inCallServiceIntent.setAction(StreamInCallService.LOCAL_INCALL_SERVICE_BIND_ACTION); in start()71 mContext.bindService(inCallServiceIntent, mServiceConnection, Context.BIND_AUTO_CREATE); in start()