Home
last modified time | relevance | path

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

/packages/services/Telephony/src/com/android/phone/settings/
DRadioInfo.java340 private String mPingHostnameResultV4; field in RadioInfo
813 mPingHostnameV4.setText(mPingHostnameResultV4); in updateAllFields()
889 mPingHostnameResultV4 = b.getString("mPingHostnameResultV4", ""); in restoreFromBundle()
893 mPingHostnameV4.setText(mPingHostnameResultV4); in restoreFromBundle()
908 outState.putString("mPingHostnameResultV4", mPingHostnameResultV4); in onSaveInstanceState()
1507 mPingHostnameResultV4 = "Pass"; in pingHostname()
1509 mPingHostnameResultV4 = String.format("Fail(%d)", status4); in pingHostname()
1512 mPingHostnameResultV4 = "Fail: IOException"; in pingHostname()
1526 mPingHostnameResultV4 = mPingHostnameResultV6 = "Fail: InterruptedException"; in pingHostname()
1584 mPingHostnameResultV4 = getResources().getString(R.string.radioInfo_unknown); in updatePingState()
[all …]