Searched refs:onNanDown (Results 1 – 7 of 7) sorted by relevance
100 WifiNanEventListener.this.onNanDown(msg.arg1); in WifiNanEventListener()145 public void onNanDown(int reason) { in onNanDown() method in WifiNanEventListener189 public void onNanDown(int reason) {
30 void onNanDown(int reason); in onNanDown() method
127 public int onNanDown(int reason) { in onNanDown() method in WifiNanClientState130 mListener.onNanDown(reason); in onNanDown()
625 WifiNanStateManager.getInstance().onNanDown(translateHalStatusToPublicStatus(status)); in onDisabledEvent()
335 public void onNanDown(int reason) { in onNanDown() method in WifiNanStateManager863 interested += client.onNanDown(reason); in onNanDownLocal()
124 mDut.onNanDown(reason); in testNanEventsDelivered()131 inOrder.verify(mockListener).onNanDown(reason); in testNanEventsDelivered()177 mDut.onNanDown(reason); in testNanEventsNotDelivered()
587 verify(mNanStateManager).onNanDown(WifiNanSessionListener.FAIL_REASON_OTHER); in testDisabled()