OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:isconnected
(Results
26 - 50
of
733
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/libcore/ojluni/src/main/java/sun/nio/ch/
SocketAdaptor.java
147
// Use #remoteAddress and do manual
isConnected
check. #getRemoteAddress() returns
149
if (!
isConnected
()) {
171
// Use #remoteAddress and do manual
isConnected
check. #getRemoteAddress() returns
173
if (!
isConnected
()) {
242
if (!sc.
isConnected
())
264
if (!sc.
isConnected
())
429
if (sc.
isConnected
())
436
public boolean
isConnected
() {
437
return sc.
isConnected
();
/external/walt/android/WALT/app/src/main/java/org/chromium/latency/walt/
WaltUsbConnection.java
114
public boolean
isConnected
() {
115
return super.
isConnected
() && (endpointIn != null) && (endpointOut != null);
121
if (!
isConnected
()) {
136
if (!
isConnected
()) {
158
if (!
isConnected
()) {
/packages/apps/Settings/src/com/android/settings/bluetooth/
BluetoothSummaryUpdater.java
122
if (device.
isConnected
()) {
135
+ device.getAddress() + "]" + ",
isConnected
=" + device.
isConnected
());
BluetoothDetailsButtonsController.java
43
mIsConnected = device.
isConnected
();
69
mIsConnected = mCachedDevice.
isConnected
();
/packages/apps/Settings/tests/robotests/src/com/android/settings/bluetooth/
BluetoothDetailsControllerTestBase.java
117
public boolean
isConnected
() {
142
when(mCachedDevice.
isConnected
()).thenReturn(config.
isConnected
());
BluetoothDetailsButtonsControllerTest.java
84
when(mCachedDevice.
isConnected
()).thenReturn(false);
102
when(mCachedDevice.
isConnected
()).thenReturn(false);
115
when(mCachedDevice.
isConnected
()).thenReturn(false);
122
when(mCachedDevice.
isConnected
()).thenReturn(true);
BluetoothDevicePreferenceTest.java
78
when(mCachedBluetoothDevice.
isConnected
()).thenReturn(true);
88
when(mCachedBluetoothDevice.
isConnected
()).thenReturn(false);
99
when(mCachedBluetoothDevice.
isConnected
()).thenReturn(false);
114
when(mCachedBluetoothDevice.
isConnected
()).thenReturn(false);
/frameworks/opt/telephony/tests/telephonytests/src/android/telephony/ims/
ImsServiceTest.java
129
mTestImsServiceBinder.
isConnected
(TEST_SLOT_0, ImsFeature.MMTEL, 0 /*callSessionType*/,
132
verify(mTestImsService.mSpyMMTelFeature).
isConnected
(anyInt(), anyInt());
140
mTestImsServiceBinder.
isConnected
(TEST_SLOT_1, ImsFeature.MMTEL, 0 /*callSessionType*/,
143
verify(mTestImsService.mSpyMMTelFeature, never()).
isConnected
(anyInt(), anyInt());
171
mTestImsServiceBinder.
isConnected
(TEST_SLOT_1, ImsFeature.MMTEL, 0 /*callSessionType*/,
178
verify(mTestImsService.mSpyMMTelFeature, never()).
isConnected
(anyInt(), anyInt());
/developers/samples/android/connectivity/wifidirect/DirectP2P/Application/src/main/java/com/example/android/wifidirectp2p/
FileTransferService.java
58
Log.d(MainActivity.TAG, "Client socket - " + socket.
isConnected
());
73
if (socket.
isConnected
()) {
/development/samples/WiFiDirectDemo/src/com/example/android/wifidirect/
FileTransferService.java
58
Log.d(WiFiDirectActivity.TAG, "Client socket - " + socket.
isConnected
());
73
if (socket.
isConnected
()) {
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/wifi/
WifiStatusTracker.java
49
connecting = networkInfo != null && !networkInfo.
isConnected
()
51
connected = networkInfo != null && networkInfo.
isConnected
();
/packages/services/Car/car-support-lib/src/android/support/car/
CarServiceLoaderEmbedded.java
68
public boolean
isConnected
() {
69
return mEmbeddedCar.
isConnected
();
/cts/common/device-side/preconditions/src/com/android/compatibility/common/preconditions/
WifiHelper.java
37
return wifiNetworkInfo.
isConnected
();
/cts/tests/tests/uiautomation/src/android/app/uiautomation/cts/
UiAutomationTestA11yService.java
50
public boolean
isConnected
() {
/device/google/accessory/arduino/AndroidAccessory/
AndroidAccessory.h
63
bool
isConnected
(void);
/device/google/wahoo/wifi_offload/test/
mock_chre_interface.h
38
MOCK_METHOD0(
isConnected
, bool());
/external/walt/android/WALT/app/src/main/java/org/chromium/latency/walt/programmer/
BootloaderConnection.java
61
if (!
isConnected
()) return;
/external/webrtc/talk/media/devices/
macdevicemanagermm.mm
121
@"modelUniqueID: \"%@\", uniqueID \"%@\",
isConnected
: %d, "
128
[qt_capture_device
isConnected
],
163
@"modelID: \"%@\", uniqueID \"%@\",
isConnected
: %d, "
170
[capture_device
isConnected
],
/frameworks/base/core/java/android/bluetooth/
IBluetoothMap.aidl
31
boolean
isConnected
(in BluetoothDevice device);
IBluetoothMapClient.aidl
31
boolean
isConnected
(in BluetoothDevice device);
IBluetoothSap.aidl
31
boolean
isConnected
(in BluetoothDevice device);
/frameworks/base/media/mca/filterfw/java/android/filterfw/core/
InputPort.java
38
public boolean
isConnected
() {
/hardware/intel/img/hwcomposer/moorefield_hdmi/include/
DummyDevice.h
54
virtual bool
isConnected
() const;
/packages/apps/StorageManager/src/com/android/storagemanager/automatic/
JobPreconditions.java
33
&& networkInfo.
isConnected
()) {
/libcore/luni/src/test/java/libcore/java/nio/channels/
OldSocketChannelTest.java
138
assertFalse(this.channel1.
isConnected
());// not connected
141
assertFalse(this.channel1.
isConnected
());
144
assertTrue(this.channel1.
isConnected
());
146
assertFalse(this.channel1.
isConnected
());
182
assertTrue(this.channel1.
isConnected
());
217
assertTrue(this.channel1.
isConnected
());
362
public boolean
isConnected
() {
Completed in 9335 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>