Searched refs:mEventListener (Results 1 – 2 of 2) sorted by relevance
184 final P2pEventListener mEventListener; field in P2pLinkManager227 mEventListener = new P2pEventManager(context, this); in P2pLinkManager()310 mEventListener.onP2pInRange(); in onLlcpActivated()329 mEventListener.onP2pSendConfirmationRequested(); in onLlcpActivated()544 mEventListener.onP2pSendDebounce(); in onLlcpDeactivated()606 mEventListener.onP2pResumeSend(); in onLlcpServicesConnected()894 mEventListener.onP2pOutOfRange(); in handleMessage()908 mEventListener.onP2pReceiveComplete(false); in handleMessage()922 mEventListener.onP2pReceiveComplete(true); in handleMessage()935 mEventListener.onP2pHandoverNotSupported(); in handleMessage()[all …]
72 private ImageTouchEventListener mEventListener; field in ImageViewTouchBase139 if (mEventListener != null) { in dispatchTouchEvent()140 return mEventListener.onImageTouchEvent(ev); in dispatchTouchEvent()165 mEventListener = listener; in setEventListener()