Home
last modified time | relevance | path

Searched refs:mAddress (Results 1 – 3 of 3) 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/NsdChat/src/com/example/android/nsdchat/
DChatConnection.java168 private InetAddress mAddress; field in ChatConnection.ChatClient
179 this.mAddress = address; in ChatClient()
199 setSocket(new Socket(mAddress, PORT)); 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()