Home
last modified time | relevance | path

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

/aosp12/packages/apps/Settings/src/com/android/settings/wifi/
H A DWifiStatusTest.java76 private String mHttpClientTestResult; field in WifiStatusTest
311 mHttpClientTestResult = getResources().getString(R.string.radioInfo_unknown); in updatePingState()
314 mHttpClientTest.setText(mHttpClientTestResult); in updatePingState()
319 mHttpClientTest.setText(mHttpClientTestResult); in updatePingState()
368 mHttpClientTestResult = "Pass"; in httpClientTest()
370 mHttpClientTestResult = "Fail: Code: " + urlConnection.getResponseMessage(); in httpClientTest()
373 mHttpClientTestResult = "Fail: IOException"; in httpClientTest()
/aosp12/packages/services/Telephony/src/com/android/phone/settings/
H A DRadioInfo.java286 private String mHttpClientTestResult; field in RadioInfo
664 mHttpClientTest.setText(mHttpClientTestResult); in updateAllFields()
727 mHttpClientTestResult = b.getString("mHttpClientTestResult", ""); in restoreFromBundle()
731 mHttpClientTest.setText(mHttpClientTestResult); in restoreFromBundle()
745 outState.putString("mHttpClientTestResult", mHttpClientTestResult); in onSaveInstanceState()
1236 mHttpClientTestResult = "Pass"; in httpClientTest()
1238 mHttpClientTestResult = "Fail: Code: " + urlConnection.getResponseMessage(); in httpClientTest()
1241 mHttpClientTestResult = "Fail: IOException"; in httpClientTest()
1282 mHttpClientTestResult = getResources().getString(R.string.radioInfo_unknown); in updatePingState()
1286 mHttpClientTest.setText(mHttpClientTestResult); in updatePingState()
[all …]