Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/java/com/android/server/wifi/p2p/
DSupplicantP2pIfaceCallbackHidlImpl.java555 result = P2pStatus.INFORMATION_IS_CURRENTLY_UNAVAILABLE; in halStatusToP2pStatus()
DSupplicantP2pIfaceCallbackAidlImpl.java972 result = WifiP2pServiceImpl.P2pStatus.INFORMATION_IS_CURRENTLY_UNAVAILABLE; in halStatusToP2pStatus()
DWifiP2pServiceImpl.java476 INFORMATION_IS_CURRENTLY_UNAVAILABLE, enumConstant
523 return INFORMATION_IS_CURRENTLY_UNAVAILABLE; in valueOf()
4751 } else if (status == P2pStatus.INFORMATION_IS_CURRENTLY_UNAVAILABLE) { in processMessageImpl()
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/p2p/
DSupplicantP2pIfaceCallbackHidlImplTest.java628 eq(mIface), eq(P2pStatus.INFORMATION_IS_CURRENTLY_UNAVAILABLE)); in testOnGoNegotiationCompletedFailureUnavailable()
DSupplicantP2pIfaceCallbackAidlImplTest.java1047 eq(mIface), eq(P2pStatus.INFORMATION_IS_CURRENTLY_UNAVAILABLE)); in testOnGoNegotiationCompletedFailureUnavailable()
DWifiP2pServiceImplTest.java7833 sendInvitationResultMsg(WifiP2pServiceImpl.P2pStatus.INFORMATION_IS_CURRENTLY_UNAVAILABLE); in testFallbackToNegotiationOnInviteStatusCodeInfoUnavailable()
7879 sendInvitationResultMsg(WifiP2pServiceImpl.P2pStatus.INFORMATION_IS_CURRENTLY_UNAVAILABLE); in testSetListenOnInviteStatusCodeInfoUnavailable()