Home
last modified time | relevance | path

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

/packages/services/Telephony/src/com/android/phone/settings/
DRadioInfo.java341 private String mPingHostnameResultV6; field in RadioInfo
814 mPingHostnameV6.setText(mPingHostnameResultV6); in updateAllFields()
890 mPingHostnameResultV6 = b.getString("mPingHostnameResultV6", ""); in restoreFromBundle()
894 mPingHostnameV6.setText(mPingHostnameResultV6); in restoreFromBundle()
909 outState.putString("mPingHostnameResultV6", mPingHostnameResultV6); in onSaveInstanceState()
1518 mPingHostnameResultV6 = "Pass"; in pingHostname()
1520 mPingHostnameResultV6 = String.format("Fail(%d)", status6); in pingHostname()
1523 mPingHostnameResultV6 = "Fail: IOException"; in pingHostname()
1526 mPingHostnameResultV4 = mPingHostnameResultV6 = "Fail: InterruptedException"; in pingHostname()
1585 mPingHostnameResultV6 = getResources().getString(R.string.radioInfo_unknown); in updatePingState()
[all …]