/packages/services/Telecomm/src/com/android/server/telecom/ |
CallState.java | 30 * Indicates that a call is new and not connected. This is used as the default state internally 67 * Indicates that a call is currently connected to another party and a communication channel is 92 * time of writing) but cancelled before it was successfully connected.
|
/sdk/apps/SdkController/src/com/android/tools/sdkcontroller/activities/ |
BaseBindingActivity.java | 89 * Called by the service once the activity is connected (bound) to it. 114 * Called when the service is connected. 119 if (DEBUG) Log.d(TAG, "Activity connected to service");
|
/sdk/apps/SdkController/src/com/android/tools/sdkcontroller/lib/ |
Socket.java | 31 /** UNIX-domain socket connected with the emulator. */ 60 * @return true if socket is connected, or false if socket is not connected.
|
/packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/ |
HeadsetClientStateMachine.java | 26 * CONNECTED | | DISCONNECT 28 * (Connected) 110 private final Connected mConnected; 151 // currently connected device [all...] |
/frameworks/base/core/java/android/bluetooth/ |
BluetoothA2dpSink.java | 221 * A2DP profile. The API will automatically disconnect connected 225 * device is already connected or Bluetooth is not turned on. 258 * Bluetooth device is not in connected state etc. When this API returns, 386 return "connected"; 400 if (DBG) Log.d(TAG, "Proxy object connected");
|
/frameworks/base/packages/SystemUI/res/values-en-rAU/ |
strings.xml | 56 <string name="usb_device_confirm_prompt" msgid="5161205258635253206">"Open <xliff:g id="ACTIVITY">%1$s</xliff:g> when this USB device is connected?"</string> 57 <string name="usb_accessory_confirm_prompt" msgid="3808984931830229888">"Open <xliff:g id="ACTIVITY">%1$s</xliff:g> when this USB accessory is connected?"</string> 100 <string name="accessibility_bluetooth_connected" msgid="2707027633242983370">"Bluetooth connected."</string> 117 <string name="accessibility_wifi_name" msgid="7202151365171148501">"Connected to <xliff:g id="WIFI">%s</xliff:g>."</string> 118 <string name="accessibility_bluetooth_name" msgid="8441517146585531676">"Connected to <xliff:g id="BLUETOOTH">%s</xliff:g>."</string> 125 <string name="accessibility_ethernet_connected" msgid="2692130313069182636">"Ethernet connected."</string> 127 <string name="accessibility_not_connected" msgid="6395326276213402883">"Not connected."</string> 135 <string name="accessibility_desc_connected" msgid="8366256693719499665">"Connected."</string> 195 <string name="accessibility_quick_settings_bluetooth_connected" msgid="4306637793614573659">"Bluetooth connected."</string> 223 <string name="status_bar_settings_signal_meter_wifi_nossid" msgid="6557486452774597820">"Wi-Fi connected"</string [all...] |
/frameworks/base/packages/SystemUI/res/values-en-rGB/ |
strings.xml | 56 <string name="usb_device_confirm_prompt" msgid="5161205258635253206">"Open <xliff:g id="ACTIVITY">%1$s</xliff:g> when this USB device is connected?"</string> 57 <string name="usb_accessory_confirm_prompt" msgid="3808984931830229888">"Open <xliff:g id="ACTIVITY">%1$s</xliff:g> when this USB accessory is connected?"</string> 100 <string name="accessibility_bluetooth_connected" msgid="2707027633242983370">"Bluetooth connected."</string> 117 <string name="accessibility_wifi_name" msgid="7202151365171148501">"Connected to <xliff:g id="WIFI">%s</xliff:g>."</string> 118 <string name="accessibility_bluetooth_name" msgid="8441517146585531676">"Connected to <xliff:g id="BLUETOOTH">%s</xliff:g>."</string> 125 <string name="accessibility_ethernet_connected" msgid="2692130313069182636">"Ethernet connected."</string> 127 <string name="accessibility_not_connected" msgid="6395326276213402883">"Not connected."</string> 135 <string name="accessibility_desc_connected" msgid="8366256693719499665">"Connected."</string> 195 <string name="accessibility_quick_settings_bluetooth_connected" msgid="4306637793614573659">"Bluetooth connected."</string> 223 <string name="status_bar_settings_signal_meter_wifi_nossid" msgid="6557486452774597820">"Wi-Fi connected"</string [all...] |
/frameworks/base/packages/SystemUI/res/values-en-rIN/ |
strings.xml | 56 <string name="usb_device_confirm_prompt" msgid="5161205258635253206">"Open <xliff:g id="ACTIVITY">%1$s</xliff:g> when this USB device is connected?"</string> 57 <string name="usb_accessory_confirm_prompt" msgid="3808984931830229888">"Open <xliff:g id="ACTIVITY">%1$s</xliff:g> when this USB accessory is connected?"</string> 100 <string name="accessibility_bluetooth_connected" msgid="2707027633242983370">"Bluetooth connected."</string> 117 <string name="accessibility_wifi_name" msgid="7202151365171148501">"Connected to <xliff:g id="WIFI">%s</xliff:g>."</string> 118 <string name="accessibility_bluetooth_name" msgid="8441517146585531676">"Connected to <xliff:g id="BLUETOOTH">%s</xliff:g>."</string> 125 <string name="accessibility_ethernet_connected" msgid="2692130313069182636">"Ethernet connected."</string> 127 <string name="accessibility_not_connected" msgid="6395326276213402883">"Not connected."</string> 135 <string name="accessibility_desc_connected" msgid="8366256693719499665">"Connected."</string> 195 <string name="accessibility_quick_settings_bluetooth_connected" msgid="4306637793614573659">"Bluetooth connected."</string> 223 <string name="status_bar_settings_signal_meter_wifi_nossid" msgid="6557486452774597820">"Wi-Fi connected"</string [all...] |
/hardware/intel/img/hwcomposer/merrifield/common/base/ |
Hwcomposer.cpp | 332 void Hwcomposer::hotplug(int disp, bool connected) 341 DTRACE("report hotplug on disp %d, connected %d", disp, connected); 342 mProcs->hotplug(const_cast<hwc_procs_t*>(mProcs), disp, connected); local 346 mDisplayAnalyzer->postHotplugEvent(connected);
|
/hardware/intel/img/hwcomposer/moorefield_hdmi/common/base/ |
Hwcomposer.cpp | 333 void Hwcomposer::hotplug(__attribute__((unused))int disp, bool connected) 338 DLOGTRACE("report hotplug on disp %d, connected %d", disp, connected); 339 mProcs->hotplug(const_cast<hwc_procs_t*>(mProcs), disp, connected); local 343 mDisplayAnalyzer->postHotplugEvent(connected);
|
/libcore/luni/src/test/java/libcore/java/nio/channels/ |
OldSocketChannelTest.java | 136 assertFalse(this.channel1.isConnected());// not connected 224 boolean connected = false; 227 connected = this.channel1.finishConnect(); 231 if (connected) { 234 return connected;
|
/packages/apps/Settings/src/com/android/settings/vpn2/ |
VpnSettings.java | 284 boolean connected = (pref.getState() == AppPreference.STATE_CONNECTED); 286 if (!connected) { 304 AppDialogFragment.show(this, pkgInfo, pref.getLabel(), false /* editing */, connected); 321 boolean connected = (pref.getState() == AppPreference.STATE_CONNECTED); 323 true /* editing */, connected);
|
/system/bt/stack/l2cap/ |
l2cap_client.c | 87 assert(callbacks->connected != NULL); 253 // If we've configured both endpoints, let the listener know we've connected. 256 client->callbacks.connected(client, client->context); 279 // If we've configured both endpoints, let the listener know we've connected. 282 client->callbacks.connected(client, client->context);
|
/system/core/adb/ |
SERVICES.TXT | 32 to track the state of connected devices in real-time without 52 Ask to switch the connection to one device connected through USB 57 Ask to switch the connection to one emulator connected through TCP. 74 A variant of host-serial used to target the single USB device connected 83 interpreted as 'any single device or emulator connected to/running on
|
/external/iproute2/doc/ |
ss.sgml | 68 see write/read queues and peer address of connected UNIX sockets, 125 <item><tt/connected/ - not closed and not listening 126 <item><tt/synchronized/ - connected and not <tt/SYN-SENT/ 185 are equivalent and mean socket connected to 191 sockets connected to port 22 on network 203 are sockets connected to ::1 on any port 285 <item> 4. And eventually find all the local processes connected 377 <item><tt/connected/ - all the states except for <tt/listen/ and <tt/closed/ 378 <item><tt/synchronized/ - all the <tt/connected/ states except for 468 cannot happen for TCP, but normal for not connected socket [all...] |
/external/libvncserver/webclients/novnc/include/ |
ui.js | 101 return "You are currently connected."; 319 // Settings with immediate (non-connected related) effect 414 var connected = UI.rfb_state === 'normal' ? true : false; 417 $D('noVNC_encrypt').disabled = connected; 418 $D('noVNC_true_color').disabled = connected; 421 $D('noVNC_cursor').disabled = connected; 426 $D('noVNC_shared').disabled = connected; 427 $D('noVNC_view_only').disabled = connected; 428 $D('noVNC_connectTimeout').disabled = connected; 429 $D('noVNC_path').disabled = connected; [all...] |
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/ |
NetworkControllerImpl.java | 102 // connected and validated, respectively. 566 * Update the Inet conditions and what network we are connected to. 686 BitSet connected = new BitSet(); local 689 connected.set(mWifiSignalController.mTransportType); 691 mWifiSignalController.updateConnectivity(connected, connected); 694 connected.set(controller.mTransportType); 696 controller.updateConnectivity(connected, connected); 706 mDemoWifiState.connected = mDemoWifiState.level >= 0 [all...] |
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/channels/ |
SocketChannelTest.java | 338 assertFalse(this.channel1.isConnected());// not connected 348 assertFalse(this.channel1.isConnected());// not connected 361 assertFalse(this.channel1.isConnected());// not connected 363 boolean connected = channel1.connect(localAddr1); 366 if (!connected) { 373 // status of not connected 391 assertFalse(this.channel1.isConnected());// not connected 397 assertFalse(this.channel1.isConnected());// not connected 407 assertFalse(this.channel1.isConnected());// not connected 409 boolean connected = channel1.connect(localAddr1) [all...] |
/packages/apps/Bluetooth/src/com/android/bluetooth/hfp/ |
HeadsetStateMachine.java | 25 * CONNECTED | | CONNECT 27 * (Connected) 127 // Hash for storing the Audio Parameters like NREC for connected headsets 141 private Connected mConnected; 165 // mCurrentDevice is the device connected before the state changes 166 // mTargetDevice is the device to be connected 175 // Connected, Connected state 193 // Multi HFP: Connected devices list holds all currently connected headset [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setoolsgui/networkx/generators/ |
classic.py | 135 """Return the Barbell Graph: two complete graphs connected by a path. 140 and are connected by a path P_{m2}. 200 connected to each node in the second. 232 C_n is the n-path with two end-nodes connected. 320 each connected to its nearest neighbors. 405 each pair connected by a single edge. 420 """Return the Lollipop Graph; K_m connected to P_n. 424 For m>1 and n>=0, the complete graph K_m is connected to the 466 """Return the Path graph P_n of n nodes linearly connected by n-1 edges. 479 """ Return the Star graph with n+1 nodes: one center node, connected to n outer nodes [all...] |
/external/lldb/source/Plugins/Platform/FreeBSD/ |
PlatformFreeBSD.cpp | 212 error.SetErrorStringWithFormat("the platform is not currently connected, and '%s' doesn't exist in the system root.", exe_path); 377 error.SetErrorStringWithFormat ("can't connect to the host platform '%s', always connected", GetPluginName().GetCString()); 415 error.SetErrorStringWithFormat ("can't disconnect from the host platform '%s', always connected", GetPluginName().GetCString()); 422 error.SetErrorString ("the platform is not currently connected"); 456 // If we are remote, we can only return results if we are connected 476 error.SetErrorString ("the platform is not currently connected"); 524 error.SetErrorString ("the platform is not currently connected");
|
/external/webrtc/test/functional_test/ |
webrtc_test.html | 299 addPeer(-1, "No other peer connected"); 407 alert("Not connected."); 439 addPeer(-1, "No other peer connected"); 476 // have connected, if so enable it again. 506 addPeer(-1, "Not connected"); 567 Connected peers:<br> 569 <option value="-1">Not connected</option>
|
/frameworks/base/core/java/android/net/ |
NetworkAgent.java | 130 * CONNECTED so it can be given special treatment at that time. 154 * when user selects "No" option on the "Stay connected?" dialog box. 184 log("Received new connection while already connected!"); 186 if (VDBG) log("NetworkAgent fully connected"); 188 ac.connected(null, this, msg.replyTo); 324 * This should be called before the NetworkInfo is marked CONNECTED so that this 381 * Called when the user asks to not stay connected to this network because it was found to not
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/ |
QSTile.java | 495 public boolean connected; field in class:QSTile.SignalState 506 || o.connected != connected || o.activityIn != activityIn 511 o.connected = connected; 524 rt.insert(rt.length() - 1, ",connected=" + connected); local
|
/frameworks/base/services/core/java/com/android/server/ |
MmsServiceBroker.java | 93 Slog.i(TAG, "MmsService connected"); 116 // used when MmsService cannot be connected. 234 Slog.d(TAG, "Already connected"); 254 // Service is not connected. Try blocking connecting. 255 Slog.w(TAG, "MmsService not connected. Try connecting..."); 282 * Make sure to return a non-empty service instance. Return the connected MmsService 283 * instance, if not connected, try connecting. If fail to connect, return a fake service
|