/development/samples/browseable/WearHighBandwidthNetworking/ |
D | _index.jd | 8 Sample demonstrates how to determine if a high-bandwidth network is available for use cases that 9 require a minimum network bandwidth, such as streaming media or downloading large files. In 10 addition, the sample demonstrates best practices for asking a user to add a new Wi-Fi network for 11 high-bandwidth network operations if the bandwidth of currently available networks is inadequate.
|
/development/samples/browseable/WearHighBandwidthNetworking/src/com.example.android.wearable.wear.wearhighbandwidthnetworking/ |
D | MainActivity.java | 152 Network network = mConnectivityManager.getBoundNetworkForProcess(); in isNetworkHighBandwidth() local 153 network = network == null ? mConnectivityManager.getActiveNetwork() : network; in isNetworkHighBandwidth() 154 if (network == null) { in isNetworkHighBandwidth() 160 .getNetworkCapabilities(network).getLinkDownstreamBandwidthKbps(); in isNetworkHighBandwidth() 187 public void onAvailable(final Network network) { in requestHighBandwidthNetwork() 194 if (!mConnectivityManager.bindProcessToNetwork(network)) { in requestHighBandwidthNetwork() 207 public void onCapabilitiesChanged(Network network, in requestHighBandwidthNetwork() 218 public void onLost(Network network) { in requestHighBandwidthNetwork()
|
/development/samples/LceDemo/src/com/example/android/lce/ |
D | LceDemoActivity.java | 66 public void onCapabilitiesChanged(Network network, NetworkCapabilities cap) { in onCreate() argument 70 + network.toString() + "\n"; in onCreate() 80 for(Network network : connectityManager.getAllNetworks()) { in onCreate() 82 connectityManager.requestBandwidthUpdate(network); in onCreate()
|
/development/apps/Development/src/com/android/development/ |
D | Connectivity.java | 268 public void onAvailable(Network network) { in onAvailable() argument 269 Log.d(TAG, "onAvailable: " + network); in onAvailable() 272 public void onCapabilitiesChanged(Network network, NetworkCapabilities nc) { in onCapabilitiesChanged() argument 273 Log.d(TAG, "onCapabilitiesChanged: " + network + " " + nc.toString()); in onCapabilitiesChanged() 276 public void onLinkPropertiesChanged(Network network, LinkProperties lp) { in onLinkPropertiesChanged() argument 277 Log.d(TAG, "onLinkPropertiesChanged: " + network + " " + lp.toString()); in onLinkPropertiesChanged() 280 public void onLosing(Network network, int maxMsToLive) { in onLosing() argument 281 Log.d(TAG, "onLosing: " + network + " " + maxMsToLive); in onLosing() 284 public void onLost(Network network) { in onLost() argument 285 Log.d(TAG, "onLost: " + network); in onLost() [all …]
|
/development/samples/training/network-usage/ |
D | README.txt | 10 -- Lets users control their network data usage through a settings UI. Users can choose to fetch the… 11 when any network connection is available, or only when a Wi-Fi connection is available. 14 the device loses its network connection, the app will not attempt to download the feed.
|
/development/samples/browseable/NetworkConnect/ |
D | _index.jd | 8 This sample demonstrates how to connect to the network and fetch raw HTML using
|
/development/samples/browseable/BasicNetworking/ |
D | _index.jd | 9 a network connection, and if so, what type of connection it is.
|
/development/python-packages/fetchartifact/ |
D | README.md | 61 Some tests require network access. If you need to run the tests in an 64 tested without network access.
|
D | pyproject.toml | 29 "requires_network: marks a test that requires network access"
|
/development/tools/emulator/skins/WXGA800/ |
D | layout | 85 network {
|
/development/tools/emulator/skins/WXGA720/ |
D | layout | 85 network {
|
/development/tools/emulator/skins/WSVGA/ |
D | layout | 85 network {
|
/development/tools/emulator/skins/WXGA800-7in/ |
D | layout | 86 network {
|
/development/samples/VirtualDeviceManager/common/src/com/example/android/vdmdemo/common/ |
D | ConnectionManager.java | 348 public void onLost(@NonNull Network network) { in onLost() argument 362 public void onCapabilitiesChanged(@NonNull Network network, in onCapabilitiesChanged() argument 373 Socket socket = network.getSocketFactory().createSocket(peerIpv6, peerPort); in onCapabilitiesChanged()
|
/development/tools/emulator/skins/QVGA/ |
D | layout | 436 network {
|
/development/tools/emulator/skins/WQVGA400/ |
D | layout | 435 network {
|
/development/tools/emulator/skins/WVGA800/ |
D | layout | 436 network {
|
/development/tools/emulator/skins/WQVGA432/ |
D | layout | 435 network {
|
/development/tools/emulator/skins/WVGA854/ |
D | layout | 436 network {
|
/development/tools/emulator/skins/HVGA/ |
D | layout | 440 network {
|
/development/tools/logblame/ |
D | sample.txt | 172 Looking up network with invalid networkId -1 511 Unable to convert the the network interface's MAC Address to string. MAC address cannot be null. 517 Unable to convert the the network interface's MAC Address to string. MAC address cannot be null. 656 Looking up network with invalid networkId -1 1937 Unable to convert the the network interface's MAC Address to string. MAC address cannot be null. 1964 Unable to convert the the network interface's MAC Address to string. MAC address cannot be null. 1970 Unable to convert the the network interface's MAC Address to string. MAC address cannot be null. 1973 Unable to convert the the network interface's MAC Address to string. MAC address cannot be null. 1979 Unable to convert the the network interface's MAC Address to string. MAC address cannot be null. 1985 Unable to convert the the network interface's MAC Address to string. MAC address cannot be null. [all …]
|
/development/samples/SearchableDictionary/res/raw/ |
D | definitions.txt | 639 network - n. an interconnected system of things or people
|