Home
last modified time | relevance | path

Searched refs:mAddress (Results 1 – 2 of 2) sorted by relevance

/development/samples/WiFiDirectServiceDiscovery/src/com/example/android/wifidirect/discovery/
DClientSocketHandler.java17 private InetAddress mAddress; field in ClientSocketHandler
21 this.mAddress = groupOwnerAddress; in ClientSocketHandler()
29 socket.connect(new InetSocketAddress(mAddress.getHostAddress(), in run()
/development/samples/training/location-aware/src/com/example/android/location/
DLocationActivity.java49 private TextView mAddress; field in LocationActivity
89 mAddress = (TextView) findViewById(R.id.address); in onCreate()
105 mAddress.setText((String) msg.obj); in onCreate()
171 mAddress.setText(R.string.unknown); in setup()