/developers/build/prebuilts/gradle/BasicMediaRouter/Application/src/main/res/values/ |
strings.xml | 4 <string name="secondary_connected">Connected to:\n%s</string> 5 <string name="secondary_notconnected">No secondary display connected.</string>
|
/developers/samples/android/media/BasicMediaRouter/Application/src/main/res/values/ |
strings.xml | 4 <string name="secondary_connected">Connected to:\n%s</string> 5 <string name="secondary_notconnected">No secondary display connected.</string>
|
/development/samples/browseable/BasicMediaRouter/res/values/ |
strings.xml | 4 <string name="secondary_connected">Connected to:\n%s</string> 5 <string name="secondary_notconnected">No secondary display connected.</string>
|
/development/samples/WiFiDirectDemo/assets/ |
sample_file.txt | 3 Once the devices are connected, the server i.e. groupOwner will listen for incoming connections and write this file.
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/ |
NetworkControllerEthernetTest.java | 17 setEthernetState(true, false); // Connected, unvalidated. 20 setEthernetState(true, true); // Connected, validated. 23 setEthernetState(true, false); // Connected, unvalidated. 30 protected void setEthernetState(boolean connected, boolean validated) { 31 setConnectivity(NetworkCapabilities.TRANSPORT_ETHERNET, validated, connected);
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setoolsgui/networkx/generators/tests/ |
test_hybrid.py | 5 # FC article claims 2d grid graph of size n is (3,3)-connected 6 # and (5,9)-connected, but I don't think it is (5,9)-connected
|
/external/toybox/toys/posix/ |
tty.c | 15 Show filename of terminal connected to stdin. 18 is connected to stdin.
|
/frameworks/base/packages/SettingsLib/res/values-en-rAU/ |
strings.xml | 33 <string name="connected_via_wfa" msgid="3805736726317410714">"Connected via Wi?Fi assistant"</string> 34 <string name="connected_via_passpoint" msgid="2826205693803088747">"Connected via %1$s"</string> 36 <string name="wifi_connected_no_internet" msgid="3149853966840874992">"Connected, no Internet"</string> 40 <string name="bluetooth_connected" msgid="6038755206916626419">"Connected"</string> 42 <string name="bluetooth_connected_no_headset" msgid="2866994875046035609">"Connected (no phone)"</string> 43 <string name="bluetooth_connected_no_a2dp" msgid="4576188601581440337">"Connected (no media)"</string> 44 <string name="bluetooth_connected_no_map" msgid="6504436917057479986">"Connected (no message access)"</string> 45 <string name="bluetooth_connected_no_headset_no_a2dp" msgid="9195757766755553810">"Connected (no phone or media)"</string> 56 <string name="bluetooth_a2dp_profile_summary_connected" msgid="963376081347721598">"Connected to media audio"</string> 57 <string name="bluetooth_headset_profile_summary_connected" msgid="7661070206715520671">"Connected to phone audio"</string [all...] |
/frameworks/base/packages/SettingsLib/res/values-en-rGB/ |
strings.xml | 33 <string name="connected_via_wfa" msgid="3805736726317410714">"Connected via Wi?Fi assistant"</string> 34 <string name="connected_via_passpoint" msgid="2826205693803088747">"Connected via %1$s"</string> 36 <string name="wifi_connected_no_internet" msgid="3149853966840874992">"Connected, no Internet"</string> 40 <string name="bluetooth_connected" msgid="6038755206916626419">"Connected"</string> 42 <string name="bluetooth_connected_no_headset" msgid="2866994875046035609">"Connected (no phone)"</string> 43 <string name="bluetooth_connected_no_a2dp" msgid="4576188601581440337">"Connected (no media)"</string> 44 <string name="bluetooth_connected_no_map" msgid="6504436917057479986">"Connected (no message access)"</string> 45 <string name="bluetooth_connected_no_headset_no_a2dp" msgid="9195757766755553810">"Connected (no phone or media)"</string> 56 <string name="bluetooth_a2dp_profile_summary_connected" msgid="963376081347721598">"Connected to media audio"</string> 57 <string name="bluetooth_headset_profile_summary_connected" msgid="7661070206715520671">"Connected to phone audio"</string [all...] |
/frameworks/base/packages/SettingsLib/res/values-en-rIN/ |
strings.xml | 33 <string name="connected_via_wfa" msgid="3805736726317410714">"Connected via Wi?Fi assistant"</string> 34 <string name="connected_via_passpoint" msgid="2826205693803088747">"Connected via %1$s"</string> 36 <string name="wifi_connected_no_internet" msgid="3149853966840874992">"Connected, no Internet"</string> 40 <string name="bluetooth_connected" msgid="6038755206916626419">"Connected"</string> 42 <string name="bluetooth_connected_no_headset" msgid="2866994875046035609">"Connected (no phone)"</string> 43 <string name="bluetooth_connected_no_a2dp" msgid="4576188601581440337">"Connected (no media)"</string> 44 <string name="bluetooth_connected_no_map" msgid="6504436917057479986">"Connected (no message access)"</string> 45 <string name="bluetooth_connected_no_headset_no_a2dp" msgid="9195757766755553810">"Connected (no phone or media)"</string> 56 <string name="bluetooth_a2dp_profile_summary_connected" msgid="963376081347721598">"Connected to media audio"</string> 57 <string name="bluetooth_headset_profile_summary_connected" msgid="7661070206715520671">"Connected to phone audio"</string [all...] |
/libcore/luni/src/main/java/javax/net/ |
SocketFactory.java | 54 * Creates a new socket which is not connected to any remote host. This 68 * Creates a new socket which is connected to the remote host specified by 73 * the remote host address the socket has to be connected to. 76 * connected. 77 * @return the created connected socket. 88 * Creates a new socket which is connected to the remote host specified by 94 * the remote host address the socket has to be connected to. 97 * connected. 103 * @return the created connected socket. 114 * Creates a new socket which is connected to the remote host specified b [all...] |
/frameworks/base/core/tests/ConnectivityManagerTest/src/com/android/connectivitymanagertest/functional/ |
ConnectivityManagerMobileTest.java | 58 State.CONNECTED, LONG_TIMEOUT)) { 63 fail("Device is not connected to Mobile, setUp failed"); 89 ConnectivityManager.TYPE_MOBILE, State.CONNECTED, LONG_TIMEOUT)); 106 // verify that the device is still connected to MOBILE 123 assertTrue("wifi not connected", waitForNetworkState( 124 ConnectivityManager.TYPE_WIFI, State.CONNECTED, WIFI_CONNECTION_TIMEOUT)); 146 // verify wifi connected as reported by ConnectivityManager 147 assertTrue("wifi not connected", waitForNetworkState( 148 ConnectivityManager.TYPE_WIFI, State.CONNECTED, WIFI_CONNECTION_TIMEOUT)); 159 assertTrue("mobile not connected after wifi disable", waitForNetworkState [all...] |
/external/glide/library/src/main/java/com/bumptech/glide/manager/ |
ConnectivityMonitor.java | 15 * @param isConnected True if we're currently connected to a network, false otherwise.
|
/frameworks/base/media/java/android/mtp/ |
package.html | 3 <p>Provides APIs that let you interact directly with connected cameras and other devices, using the
|
/libcore/luni/src/main/java/java/io/ |
PipedOutputStream.java | 36 * stream must be connected to a {@link PipedInputStream} before data can be 43 * Constructs a new {@code PipedOutputStream} connected to the 50 * if this stream or {@code target} are already connected. 57 * Closes this stream. If this stream is connected to an input stream, the 65 // Is the pipe connected? 80 * if either stream is already connected. 88 throw new IOException("Already connected"); 91 throw new IOException("Pipe already connected"); 100 * read. This method does nothing if this stream is not connected. 120 * connected input stream [all...] |
PipedWriter.java | 34 * must be connected to a {@code PipedReader} before data may be written to 43 * Constructs a new {@code PipedWriter} connected to {@code destination}. 49 * if {@code destination} is already connected. 57 * Closes this writer. If a {@link PipedReader} is connected to this writer, 81 * if this writer is closed or already connected, or if {@code 82 * reader} is already connected. 90 throw new IOException("Pipe already connected"); 100 * method does nothing if this Writer is not connected. 126 * then be read from the connected {@link PipedReader} instance. 129 * read from the connected {@code PipedReader}. If the same thread is used [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setoolsgui/networkx/algorithms/components/ |
__init__.py | 1 from networkx.algorithms.components.connected import *
|
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/accessories/ |
BluetoothConnectionsManager.java | 17 private static final String PREFS_NAME = "bt-connected-devs"; 29 Set<String> connected = prefs.getStringSet(KEY_CONNECTED_SET, new HashSet<String>()); local 40 // if BT was just turned off, we can't be connected to any devices. 45 connected.clear(); 55 listChanged = connected.add(device.getAddress()); 57 listChanged = connected.remove(device.getAddress()); 69 editor.putStringSet(KEY_CONNECTED_SET, connected);
|
/hardware/qcom/display/msm8974/libhwcomposer/ |
hwc_uevents.cpp | 64 int connected = -1; // initial value - will be set to 1/0 based on hotplug local 87 connected = atoi(str + strlen("SWITCH_STATE=")); 100 switch(connected) { 106 ALOGD("%s sending hotplug: connected = %d and dpy:%d", 107 __FUNCTION__, connected, dpy); 108 ctx->dpyAttr[dpy].connected = false; 110 ctx->proc->hotplug(ctx->proc, dpy, connected); 121 //fail, since Layer Mixer#0 is still connected to WriteBack. 126 ctx->dpyAttr[dpy].connected = false; 137 ALOGD("%s sending hotplug: connected = %d", __FUNCTION__ [all...] |
/frameworks/base/packages/SettingsLib/res/values/ |
strings.xml | 72 <!-- Status message of Wi-Fi when it is connected by a Wi-Fi assistant application. [CHAR LIMIT=NONE] --> 73 <string name="connected_via_wfa">Connected via Wi\u2011Fi assistant</string> 74 <!-- Status message of Wi-Fi when it is connected by Passpoint configuration. [CHAR LIMIT=NONE] --> 75 <string name="connected_via_passpoint">Connected via %1$s</string> 83 <!-- Summary for Connected wifi network without internet --> 84 <string name="wifi_connected_no_internet">Connected, no Internet</string> 92 <!-- Bluetooth settings. Message when connected to a device. [CHAR LIMIT=40] --> 93 <string name="bluetooth_connected">Connected</string> 97 <!-- Bluetooth settings. Message when connected to a device, except for phone audio. [CHAR LIMIT=40] --> 98 <string name="bluetooth_connected_no_headset">Connected (no phone)</string [all...] |
/hardware/qcom/display/msm8960/libhwcomposer/ |
hwc_uevents.cpp | 72 int connected = -1; // initial value - will be set to 1/0 based on hotplug local 95 connected = atoi(str + strlen("SWITCH_STATE=")); 108 switch(connected) { 126 ALOGD("%s sending hotplug: connected = %d and dpy:%d", 127 __FUNCTION__, connected, dpy); 128 ctx->dpyAttr[dpy].connected = false; 131 ctx->proc->hotplug(ctx->proc, dpy, connected); 145 ALOGD("%s sending hotplug: connected = %d", __FUNCTION__, 146 connected); 147 ctx->dpyAttr[dpy].connected = true [all...] |
/development/samples/browseable/MediaBrowserService/ |
_index.jd | 13 When not connected to a car, the app has a very simple UI that browses 15 connected to Android Auto, the same service provides data and callback
|
/frameworks/base/core/java/android/hardware/usb/ |
package.html | 3 <p>Provides support to communicate with USB hardware peripherals that are connected to 11 communicate with connected hardware peripherals. Use {@link android.hardware.usb.UsbDevice} to
|
/development/samples/browseable/FindMyPhone/ |
_index.jd | 10 it is still connected to your wearable, you can also start an activity on the wearable to sound an
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/ |
contexts.xml | 15 <description>This view shows the list of all the builds contained in the connected database or in the local data files if no database is connected. 18 - gray+italic: connected to a database but no available local data 19 - gray: connected to a database and local data do not contain any information for this build
|