Searched refs:network (Results 1 – 19 of 19) sorted by relevance
/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/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/apps/Development/src/com/android/development/ |
D | Connectivity.java | 281 public void onAvailable(Network network) { in onAvailable() argument 282 Log.d(TAG, "onAvailable: " + network); in onAvailable() 285 public void onCapabilitiesChanged(Network network, NetworkCapabilities nc) { in onCapabilitiesChanged() argument 286 Log.d(TAG, "onCapabilitiesChanged: " + network + " " + nc.toString()); in onCapabilitiesChanged() 289 public void onLinkPropertiesChanged(Network network, LinkProperties lp) { in onLinkPropertiesChanged() argument 290 Log.d(TAG, "onLinkPropertiesChanged: " + network + " " + lp.toString()); in onLinkPropertiesChanged() 293 public void onLosing(Network network, int maxMsToLive) { in onLosing() argument 294 Log.d(TAG, "onLosing: " + network + " " + maxMsToLive); in onLosing() 297 public void onLost(Network network) { in onLost() argument 298 Log.d(TAG, "onLost: " + network); in onLost() [all …]
|
/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/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/tools/emulator/skins/WQVGA432/ |
D | layout | 435 network {
|
/development/tools/emulator/skins/WVGA800/ |
D | layout | 436 network {
|
/development/tools/emulator/skins/WQVGA400/ |
D | layout | 435 network {
|
/development/tools/emulator/skins/QVGA/ |
D | layout | 436 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
|