HomeSort by relevance Sort by last modified time
    Searched full:connectivity (Results 276 - 300 of 599) sorted by null

<<11121314151617181920>>

  /packages/apps/Browser/src/com/android/browser/
NetworkStateHandler.java 96 * connectivity manager says net has come or gone... inform the user
  /packages/apps/Nfc/tests/src/com/android/nfc/snep/
SnepCustomClientTests.java 33 * Tests connectivity to a custom SNEP server, using a physical NFC device.
SnepDefaultClientTests.java 33 * Tests connectivity to a default SNEP server, using a physical NFC device.
  /external/chromium_org/net/android/java/src/org/chromium/net/
NetworkChangeNotifierAutoDetect.java 20 * Used by the NetworkChangeNotifier to listens to platform changes in connectivity.
231 Log.d(TAG, "Network connectivity changed, type is: " + mConnectionType);
  /external/chromium_org/net/android/javatests/src/org/chromium/net/
NetworkChangeNotifierTest.java 103 * Tests that when Chrome gets an intent indicating a change in network connectivity, it sends a
157 // Mimic that connectivity has been lost and ensure that Chrome notifies our observer.
  /external/chromium_org/net/android/
network_change_notifier_android_unittest.cc 126 // Toggle the global connectivity state and instantiate another delegate
189 // NetworkChangeNotifierDelegateAndroid's connectivity state changes, the
  /frameworks/base/docs/html/about/versions/
android-3.0-highlights.jd 116 <h3>New connectivity options</h3>
118 <p>Android 3.0 includes new connectivity features that add versatility and convenience for users. Built-in support for Media/Picture Transfer Protocol lets users instantly sync media files with a USB-connected camera or desktop computer, without needing to mount a USB mass-storage device. Users can also connect full keyboards over either USB or Bluetooth, for a familiar text-input environment. For improved wi-fi connectivity, a new combo scan reduces scan times across bands and filters. New support for Bluetooth tethering means that more types of devices can share the network connection of an Android-powered device.</p>
159 <li><a href="#multimedia">Rich multimedia and connectivity</a></li>
235 <h3 id="multimedia">Rich multimedia and connectivity</h3>
249 <p style="margin-top:1.25em;margin-bottom:.75em;"><strong>More types of connectivity</strong></p>
251 <p>The platform offers new connectivity that developers can build on. API support for Bluetooth A2DP and HSP profiles lets applications query Bluetooth profiles for connected devices, audio state, and more, then notify the user. For example, a music application can check connectivity and status and let the user know that music is playing through a stereo headset. Applications can also register to receive system broadcasts of pre-defined vendor-specific AT commands, such as Platronics Xevent. For example, an application could receive broadcasts that indicate a connected device's battery level and could notify the user or take other action as needed. Applications can also take advantage of the platform's new support for full keyboards connected by USB or Bluetooth. </p>
  /frameworks/base/docs/html/training/efficient-downloads/
regular_updates.jd 31 <p>The optimal frequency of regular updates will vary based on device state, network connectivity, user behavior, and explicit user preferences.</p>
33 <p><a href="{@docRoot}training/monitoring-device-state/index.html">Optimizing Battery Life</a> discusses how to build battery-efficient apps that modify their refresh frequency based on the state of the host device. That includes disabling background service updates when you lose connectivity and reducing the rate of updates when the battery level is low.</p>
  /frameworks/base/docs/html/training/monitoring-device-state/
docking-monitoring.jd 8 next.title= Determining and Monitoring the Connectivity Status
9 next.link=connectivity-monitoring.html
  /frameworks/opt/mms/src/java/com/google/android/mms/pdu/
PduContentTypes.java 79 "text/vnd.wap.connectivity-xml", /* 0x35 */
80 "application/vnd.wap.connectivity-wbxml", /* 0x36 */
  /hardware/ti/wlan/mac80211/ti-utils/
plt.h 5 #define CURRENT_NVS_NAME "/system/etc/firmware/ti-connectivity/wl1271-nvs.bin"
7 #define CURRENT_NVS_NAME "/lib/firmware/ti-connectivity/wl1271-nvs.bin"
README 52 adb shell "cat ./new-nvs.bin > /system/etc/firmware/ti-connectivity/wl1271-nvs.bin"
71 adb shell "cat ./new-nvs.bin > /system/etc/firmware/ti-connectivity/wl1271-nvs.bin"
124 under directory ti-connectivity.
  /frameworks/base/core/java/android/net/
ConnectivityManager.java 34 * Class that answers queries about the state of network connectivity. It also
35 * notifies applications when network connectivity changes. Get an instance
42 * <li>Send broadcast intents when network connectivity changes</li>
43 * <li>Attempt to "fail over" to another network when connectivity to a network
53 * A change in network connectivity has occurred. A connection has either
56 * connectivity event occurred.
62 * For a loss of connectivity, if the connectivity manager is attempting
69 * connectivity), or that the failover attempt failed, meaning that all
70 * connectivity has been lost
    [all...]
MobileDataStateTracker.java 48 * Track the state of mobile data connectivity. This is done by
50 * the state of data connectivity changes.
102 * Begin monitoring data connectivity.
379 * Report whether data connectivity is possible.
446 * Tear down mobile data connectivity, i.e., disable the ability to create
515 * Re-enable mobile data connectivity after a {@link #teardown()}.
542 * Turn on or off the mobile radio. No connectivity will be possible while the
    [all...]
  /frameworks/base/docs/html/training/basics/network-ops/
managing.jd 70 network connectivity. Among other things, this could prevent your app from inadvertently using
78 of network connectivity. It also notifies applications when network
79 connectivity changes. </li>
89 <p>This code snippet tests network connectivity for Wi-Fi and mobile. It
91 network connectivity is possible) and/or connected (that is, whether network
92 connectivity exists and if it is possible to establish sockets and pass
309 // The BroadcastReceiver that tracks network connectivity changes.
  /frameworks/base/services/java/com/android/server/
SystemServer.java 140 ConnectivityService connectivity = null; local
514 Slog.i(TAG, "Connectivity Service");
515 connectivity = new ConnectivityService(
517 ServiceManager.addService(Context.CONNECTIVITY_SERVICE, connectivity);
518 networkStats.bindConnectivityManager(connectivity);
519 networkPolicy.bindConnectivityManager(connectivity);
524 reportWtf("starting Connectivity Service", e);
    [all...]
CommonTimeManagementService.java 172 // Register with the connectivity manager for connectivity changed intents.
330 // Bad news; we should not be getting remote exceptions from the connectivity manager
  /packages/apps/Settings/src/com/android/settings/wifi/
WifiSettings.java 259 final ConnectivityManager connectivity = (ConnectivityManager)
261 if (connectivity != null) {
262 final NetworkInfo info = connectivity.getActiveNetworkInfo();
356 final ConnectivityManager connectivity = (ConnectivityManager) local
358 if (connectivity != null
359 && connectivity.getNetworkInfo(ConnectivityManager.TYPE_WIFI).isConnected()) {
372 final ConnectivityManager connectivity = (ConnectivityManager) local
374 if (connectivity != null) {
375 NetworkInfo info = connectivity.getNetworkInfo(
    [all...]
  /external/chromium_org/chrome/common/extensions/docs/templates/articles/
offline_apps.html 27 <li> Your app can <b>detect changes in connectivity</b>
115 has limited or no connectivity.
293 The app has intermittent connectivity,
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
ApplicationCacheItemsView.js 46 this.connectivityMessage.className = "storage-application-cache-connectivity";
141 this.connectivityIcon.className = "storage-application-cache-connectivity-icon green-ball";
144 this.connectivityIcon.className = "storage-application-cache-connectivity-icon red-ball";
  /development/cmds/monkey/src/com/android/commands/monkey/
MonkeyNetworkMonitor.java 31 * Class for monitoring network connectivity during monkey runs.
  /external/chromium/net/socket/
tcp_client_socket_win.h 138 // Record of connectivity and transmissions, for use in speculative connection
  /external/chromium_org/chrome/browser/chromeos/login/
eula_browsertest.cc 82 // Load chrome://terms with no internet connectivity.
  /external/chromium_org/chrome/browser/chromeos/login/screens/
network_screen.cc 139 // TODO(nkostylev): Check network connectivity.
  /external/chromium_org/chrome/browser/web_resource/
resource_request_allowed_notifier.h 95 // Tracks network connectivity criteria.

Completed in 974 milliseconds

<<11121314151617181920>>