Home
last modified time | relevance | path

Searched refs:INFORMATION_IS_CURRENTLY_UNAVAILABLE (Results 1 – 3 of 3) sorted by relevance

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/p2p/
DSupplicantP2pIfaceCallback.java525 result = P2pStatus.INFORMATION_IS_CURRENTLY_UNAVAILABLE; in halStatusToP2pStatus()
DWifiP2pServiceImpl.java287 INFORMATION_IS_CURRENTLY_UNAVAILABLE, enumConstant
334 return INFORMATION_IS_CURRENTLY_UNAVAILABLE; in valueOf()
2450 } else if (status == P2pStatus.INFORMATION_IS_CURRENTLY_UNAVAILABLE) { in processMessage()
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/p2p/
DSupplicantP2pIfaceCallbackTest.java562 eq(mIface), eq(P2pStatus.INFORMATION_IS_CURRENTLY_UNAVAILABLE)); in testOnGoNegotiationCompletedFailureUnavailable()