Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/aware/
DWifiAwareStateManager.java2521 mDataPathMgr.onRespondToDataPathRequest(ndpId, false, NanStatusType.INTERNAL_FAILURE); in respondToDataPathRequestLocal()
2936 mDataPathMgr.onRespondToDataPathRequest(command.arg2, success, reasonOnFailure); in onRespondToDataPathSetupRequestResponseLocal()
DWifiAwareDataPathStateManager.java457 public void onRespondToDataPathRequest(int ndpId, boolean success, int reasonOnFailure) { in onRespondToDataPathRequest() method in WifiAwareDataPathStateManager