Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/java/com/android/server/wifi/aware/
DWifiAwareDataPathStateManager.java512 public boolean onRespondToDataPathRequest(int ndpId, boolean success, int reasonOnFailure) { in onRespondToDataPathRequest() method in WifiAwareDataPathStateManager
DWifiAwareStateManager.java4372 mDataPathMgr.onRespondToDataPathRequest(ndpId, false, NanStatusCode.INTERNAL_FAILURE); in respondToDataPathRequestLocal()
5099 return mDataPathMgr.onRespondToDataPathRequest(command.arg2, success, reasonOnFailure); in onRespondToDataPathSetupRequestResponseLocal()