Home
last modified time | relevance | path

Searched refs:mPingHostnameResult (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Settings/src/com/android/settings/wifi/
DWifiStatusTest.java76 private String mPingHostnameResult; field in WifiStatusTest
311 mPingHostnameResult = getResources().getString(R.string.radioInfo_unknown); in updatePingState()
314 mPingHostname.setText(mPingHostnameResult); in updatePingState()
319 mPingHostname.setText(mPingHostnameResult); in updatePingState()
349 mPingHostnameResult = "Pass"; in pingHostname()
351 mPingHostnameResult = "Fail: Host unreachable"; in pingHostname()
354 mPingHostnameResult = "Fail: Unknown Host"; in pingHostname()
356 mPingHostnameResult= "Fail: IOException"; in pingHostname()
358 mPingHostnameResult = "Fail: InterruptedException"; in pingHostname()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/wifi/
DWifiStatusTest.java76 private String mPingHostnameResult; field in WifiStatusTest
311 mPingHostnameResult = getResources().getString(R.string.radioInfo_unknown); in updatePingState()
314 mPingHostname.setText(mPingHostnameResult); in updatePingState()
319 mPingHostname.setText(mPingHostnameResult); in updatePingState()
349 mPingHostnameResult = "Pass"; in pingHostname()
351 mPingHostnameResult = "Fail: Host unreachable"; in pingHostname()
354 mPingHostnameResult = "Fail: Unknown Host"; in pingHostname()
356 mPingHostnameResult= "Fail: IOException"; in pingHostname()
358 mPingHostnameResult = "Fail: InterruptedException"; in pingHostname()