Searched refs:NOT_COMPATIBLE (Results 1 – 7 of 7) sorted by relevance
265 case DppFailureCode.NOT_COMPATIBLE: in halToFrameworkDppFailureCode()266 return SupplicantStaIfaceHal.DppFailureCode.NOT_COMPATIBLE; in halToFrameworkDppFailureCode()
200 case DppFailureCode.NOT_COMPATIBLE: in halToFrameworkDppFailureCode()201 return SupplicantStaIfaceHal.DppFailureCode.NOT_COMPATIBLE; in halToFrameworkDppFailureCode()
380 case DppFailureCode.NOT_COMPATIBLE: in halToFrameworkDppFailureCode()381 return SupplicantStaIfaceHal.DppFailureCode.NOT_COMPATIBLE; in halToFrameworkDppFailureCode()
810 case DppFailureCode.NOT_COMPATIBLE: in halToFrameworkDppFailureCode()811 return SupplicantStaIfaceHal.DppFailureCode.NOT_COMPATIBLE; in halToFrameworkDppFailureCode()
1003 case DppFailureCode.NOT_COMPATIBLE: in onFailure()
94 public static final int NOT_COMPATIBLE = 2; field in SupplicantStaIfaceHal.DppFailureCode
28 import static android.hardware.wifi.supplicant.V1_3.DppFailureCode.NOT_COMPATIBLE;823 testOnFailureCallback(NOT_COMPATIBLE, EASY_CONNECT_EVENT_FAILURE_NOT_COMPATIBLE); in testOnFailureCallbackNotCompatible()