Searched refs:PROXY_PORT (Results 1 – 2 of 2) sorted by relevance
40 String PROXY_PORT = "proxyport"; field65 int proxyPortPrefValue = prefs.getInt(Prefs.PROXY_PORT, 0); in onCreate()104 .putInt(Prefs.PROXY_PORT, proxyPortNum) in onCreate()
112 final int proxyPort = prefs.getInt(ToyVpnClient.Prefs.PROXY_PORT, 0); in connect()