Searched refs:connection (Results 1 – 12 of 12) sorted by relevance
/development/samples/training/network-usage/ |
D | README.txt | 11 when any network connection is available, or only when a Wi-Fi connection is available. 13 -- Detects when there is a change in the device's connection status and responds accordingly. For e… 14 the device loses its network connection, the app will not attempt to download the feed.
|
/development/samples/browseable/BasicNetworking/ |
D | _index.jd | 10 active network connection, and if so, retrieve the connection type.</p>
|
/development/tools/emulator/test-apps/ConnectivityTest/src/com/android/emulator/connectivity/test/ |
D | ConnectivityTest.java | 62 URLConnection connection = url.openConnection(); in testConnectionCreation() local 63 connection.connect(); in testConnectionCreation()
|
/development/samples/USB/AdbTest/src/com/android/adb/ |
D | AdbTestActivity.java | 132 UsbDeviceConnection connection = mManager.openDevice(device); in setAdbInterface() local 133 if (connection != null) { in setAdbInterface() 135 if (connection.claimInterface(intf, false)) { in setAdbInterface() 138 mDeviceConnection = connection; in setAdbInterface() 146 connection.close(); in setAdbInterface()
|
D | AdbDevice.java | 48 public AdbDevice(AdbTestActivity activity, UsbDeviceConnection connection, in AdbDevice() argument 51 mDeviceConnection = connection; in AdbDevice() 52 mSerial = connection.getSerial(); in AdbDevice()
|
/development/samples/USB/MissileLauncher/src/com/android/missilelauncher/ |
D | MissileLauncherActivity.java | 135 UsbDeviceConnection connection = mUsbManager.openDevice(device); in setDevice() local 136 if (connection != null && connection.claimInterface(intf, true)) { in setDevice() 138 mConnection = connection; in setDevice()
|
/development/samples/BluetoothHDP/ |
D | _index.jd | 14 … connection with Bluetooth HDP-enabled devices. Possible device type include blood pressure monit…
|
/development/samples/SampleSyncAdapter/src/com/example/android/samplesync/client/ |
D | NetworkUtilities.java | 237 HttpURLConnection connection = (HttpURLConnection) url.openConnection(); in downloadAvatar() local 238 connection.connect(); in downloadAvatar() 241 final Bitmap avatar = BitmapFactory.decodeStream(connection.getInputStream(), in downloadAvatar() 258 connection.disconnect(); in downloadAvatar()
|
/development/samples/RSSReader/src/com/example/android/rssreader/ |
D | RssReader.java | 309 URLConnection connection = url.openConnection(); in run() local 310 connection.setConnectTimeout(10000); in run() 312 connection.connect(); in run() 313 InputStream in = connection.getInputStream(); in run()
|
/development/ndk/platforms/android-3/include/linux/ |
D | wanrouter.h | 159 char connection; member 249 unsigned connection; member
|
/development/tools/axl/ |
D | chewie.py | 103 opentime, host, connection = opened[thread] 105 record = [thread, qtime, opentime, time, None, None, None, url, host, connection]
|
/development/samples/SearchableDictionary/res/raw/ |
D | definitions.txt | 529 irrelevant - j. having no bearing on or connection with the subject at issue 822 relevant - j. having a bearing on or connection with the subject at issue
|