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

  /packages/apps/Settings/src/com/android/settings/wifi/
WifiStatusTest.java 69 private TextView mPingIpAddr;
149 mPingIpAddr = (TextView) findViewById(R.id.pingIpAddr);
310 mPingIpAddr.setText(mPingIpAddrResult);
316 mPingIpAddr.setText(mPingIpAddrResult);
  /packages/apps/Settings/src/com/android/settings/
RadioInfo.java 122 private TextView mPingIpAddr;
274 mPingIpAddr = (TextView) findViewById(R.id.pingIpAddr);
718 mPingIpAddr.setText(mPingIpAddrResult);
724 mPingIpAddr.setText(mPingIpAddrResult);
    [all...]

Completed in 132 milliseconds