/development/samples/browseable/BasicNetworking/ |
D | _index.jd | 8 a network connection, and if so, what type of connection it is. 10 … on the active connection, and then the connection type is printed to an on-screen console.
|
/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/tools/emulator/test-apps/SmokeTests/src/com/android/emulator/smoketests/connectivity/ |
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/ndk/platforms/android-L/include/linux/ |
D | ncp_fs.h | 40 int connection; member 50 unsigned int connection; member
|
/development/samples/browseable/Timer/ |
D | _index.jd | 8 independently on the wearable with no phone connection.
|
/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/tools/axl/ |
D | chewie.py | 103 opentime, host, connection = opened[thread] 105 record = [thread, qtime, opentime, time, None, None, None, url, host, connection]
|
/development/ndk/platforms/android-3/include/linux/ |
D | wanrouter.h | 159 char connection; member 249 unsigned connection; member
|
/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
|
/development/sdk/ |
D | sdk_files_NOTICE.txt | 246 or omissions of such Commercial Contributor in connection with its 10093 Commercial Contributor in connection with its distribution of the 11931 …tent caused by the acts or omissions of such Commercial Contributor in connection with its distrib… 13320 …tent caused by the acts or omissions of such Commercial Contributor in connection with its distrib…
|