Searched refs:doCustomSupplicantCommand (Results 1 – 3 of 3) sorted by relevance
111 String result = mSupplicantHook.doCustomSupplicantCommand(anqpGet); in startANQP()125 String result = mSupplicantHook.doCustomSupplicantCommand("REQ_HS20_ICON " + in doIconQuery()141 String response = mSupplicantHook.doCustomSupplicantCommand(command); in retrieveIcon()168 String result = mSupplicantHook.doCustomSupplicantCommand("DEL_HS20_ICON " + in retrieveIcon()
1005 when(mWifiNative.doCustomSupplicantCommand(command)).thenReturn("OK"); in iconQueryTest()1011 verify(mWifiNative).doCustomSupplicantCommand(command); in iconQueryTest()
320 public String doCustomSupplicantCommand(String command) { in doCustomSupplicantCommand() method in WifiNative