Searched refs:LISTEN_MATCH (Results 1 – 3 of 3) sorted by relevance
84 public static final int LISTEN_MATCH = 0x1 << 4; field in WifiNanSessionListener117 | LISTEN_MATCH | LISTEN_MESSAGE_SEND_SUCCESS | LISTEN_MESSAGE_SEND_FAIL206 case LISTEN_MATCH: in WifiNanSessionListener()396 Message msg = mHandler.obtainMessage(LISTEN_MATCH);
213 | WifiNanSessionListener.LISTEN_MATCH in testPublish()293 | WifiNanSessionListener.LISTEN_MATCH in testPublishNoCallbacks()359 | WifiNanSessionListener.LISTEN_MATCH in testSubscribe()439 | WifiNanSessionListener.LISTEN_MATCH in testSubscribeNoCallbacks()509 | WifiNanSessionListener.LISTEN_MATCH in testMatchAndMessages()609 | WifiNanSessionListener.LISTEN_MATCH in testMultipleMessageSources()708 | WifiNanSessionListener.LISTEN_MATCH in testMessageWhilePeerChangesIdentity()933 | WifiNanSessionListener.LISTEN_MATCH in testDisconnectWithPendingTransactions()1018 | WifiNanSessionListener.LISTEN_MATCH in testDestroySessionWithPendingTransactions()
219 if (mListener != null && (mEvents & WifiNanSessionListener.LISTEN_MATCH) != 0) { in onMatch()