Searched refs:proxyPortPrefValue (Results 1 – 1 of 1) sorted by relevance
65 int proxyPortPrefValue = prefs.getInt(Prefs.PROXY_PORT, 0); in onCreate() local66 proxyPort.setText(proxyPortPrefValue == 0 ? "" : String.valueOf(proxyPortPrefValue)); in onCreate()