HomeSort by relevance Sort by last modified time
    Searched refs:mPingIpAddrResult (Results 1 - 2 of 2) sorted by null

  /packages/apps/Settings/src/com/android/settings/wifi/
WifiStatusTest.java 74 private String mPingIpAddrResult;
306 mPingIpAddrResult = getResources().getString(R.string.radioInfo_unknown);
310 mPingIpAddr.setText(mPingIpAddrResult);
316 mPingIpAddr.setText(mPingIpAddrResult);
360 mPingIpAddrResult = "Pass";
362 mPingIpAddrResult = "Fail: IP addr not reachable";
365 mPingIpAddrResult = "Fail: IOException";
367 mPingIpAddrResult = "Fail: InterruptedException";
  /packages/apps/Settings/src/com/android/settings/
RadioInfo.java 140 private String mPingIpAddrResult;
656 mPingIpAddrResult = "Pass";
658 mPingIpAddrResult = "Fail: IP addr not reachable";
661 mPingIpAddrResult = "Fail: IOException";
663 mPingIpAddrResult = "Fail: InterruptedException";
714 mPingIpAddrResult = getResources().getString(R.string.radioInfo_unknown);
718 mPingIpAddr.setText(mPingIpAddrResult);
724 mPingIpAddr.setText(mPingIpAddrResult);
    [all...]

Completed in 112 milliseconds