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/
DWifiAwareStateManager.java2750 mDataPathMgr.onRespondToDataPathRequest(ndpId, false, NanStatusType.INTERNAL_FAILURE); in respondToDataPathRequestLocal()
3179 mDataPathMgr.onRespondToDataPathRequest(command.arg2, success, reasonOnFailure); in onRespondToDataPathSetupRequestResponseLocal()
DWifiAwareDataPathStateManager.java504 public void onRespondToDataPathRequest(int ndpId, boolean success, int reasonOnFailure) { in onRespondToDataPathRequest() method in WifiAwareDataPathStateManager