OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mPingHostname
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Settings/src/com/android/settings/wifi/
WifiStatusTest.java
70
private TextView
mPingHostname
;
150
mPingHostname
= (TextView) findViewById(R.id.pingHostname);
311
mPingHostname
.setText(mPingHostnameResult);
317
mPingHostname
.setText(mPingHostnameResult);
/packages/apps/Settings/src/com/android/settings/
RadioInfo.java
114
private TextView
mPingHostname
;
279
mPingHostname
= (TextView) findViewById(R.id.pingHostname);
762
mPingHostname
.setText(mPingHostnameResult);
768
mPingHostname
.setText(mPingHostnameResult);
[
all
...]
Completed in 4654 milliseconds