Searched
full:connected (Results
1201 -
1225 of
2892) sorted by null
<<41424344454647484950>>
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/io/ |
PipedOutputStreamTest.java | 129 fail("Failed to throw exception attempting connect on already connected stream");
|
/libcore/luni/src/test/java/libcore/java/io/ |
InterruptedStreamTest.java | 108 * Returns a pair of connected sockets backed by NIO socket channels.
|
OldPipedOutputStreamTest.java | 109 fail("Test 2: IOException expected because the input stream is already connected.");
|
OldPipedWriterTest.java | 111 fail("Test 4: IOException expected because the reader is already connected.");
|
/libcore/luni/src/test/java/libcore/java/nio/channels/ |
SelectorTest.java | 146 // (It shouldn't be able to connect because it's already connected.)
|
/packages/apps/Bluetooth/src/com/android/bluetooth/hdp/ |
HealthService.java | 279 /*set the channel fd to null if channel state isnot equal to connected*/ 623 * Note that multiple channels can be connected to the remote device by multiple applications. 660 // Channel got connected. 685 // there was no connected channel with the remote device [all...] |
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/ |
BluetoothOppRfcommListener.java | 97 if (V) Log.v(TAG, "Socket connected!");
|
BluetoothOppTransfer.java | 159 * RFCOMM connected is for outbound share only! Create 353 * 4) After BluetoothSocket is connected,create an instance of RfcommTransport 390 * for inbound transfer, it's already connected, so we start 580 if (D) Log.d(TAG, "TCP socket connected ");
|
/packages/apps/Bluetooth/src/com/android/bluetooth/pan/ |
BluetoothTetheringNetworkFactory.java | 112 mNetworkInfo.setDetailedState(DetailedState.CONNECTED, null, null);
|
/packages/apps/ContactsCommon/src/com/android/contacts/common/location/ |
CountryDetector.java | 158 * @return the country code of the current telephony network the user is connected to.
|
/packages/apps/Exchange/src/com/android/exchange/service/ |
AbstractSyncAdapterService.java | 190 LogUtils.d(TAG, "service not yet connected");
|
/packages/apps/InCallUI/src/com/android/incallui/ |
TelecomAdapter.java | 223 // Default to true if we are not connected to telecom.
|
/packages/apps/Launcher3/src/com/android/launcher3/ |
MemoryDumpActivity.java | 159 Log.v(TAG, "service connected, dumping...");
|
/packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/task/ |
AddWifiNetworkTask.java | 158 ProvisionLogger.logd("Connected to the correct network");
|
/packages/apps/Nfc/nci/jni/ |
PowerSwitch.h | 66 ** SE_CONNECTED: SE is connected.
|
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/google/ |
GoogleSuggestClient.java | 101 Log.i(LOG_TAG, "Not connected to network.");
|
/packages/apps/Settings/res/values-en-rAU/ |
arrays.xml | 92 <item msgid="4221763391123233270">"Connected"</item> 106 <item msgid="8937994881315223448">"Connected to <xliff:g id="NETWORK_NAME">%1$s</xliff:g>"</item> 147 <item msgid="1701505390737218306">"Connected"</item> 523 <item msgid="4039737283841672166">"Connected"</item>
|
/packages/apps/Settings/res/values-en-rGB/ |
arrays.xml | 92 <item msgid="4221763391123233270">"Connected"</item> 106 <item msgid="8937994881315223448">"Connected to <xliff:g id="NETWORK_NAME">%1$s</xliff:g>"</item> 147 <item msgid="1701505390737218306">"Connected"</item> 523 <item msgid="4039737283841672166">"Connected"</item>
|
/packages/apps/Settings/res/values-en-rIN/ |
arrays.xml | 92 <item msgid="4221763391123233270">"Connected"</item> 106 <item msgid="8937994881315223448">"Connected to <xliff:g id="NETWORK_NAME">%1$s</xliff:g>"</item> 147 <item msgid="1701505390737218306">"Connected"</item> 523 <item msgid="4039737283841672166">"Connected"</item>
|
/packages/apps/Settings/src/com/android/settings/bluetooth/ |
DockService.java | 351 // Don't disable BT if something is connected 441 if(DEBUG) Log.d(TAG, "connected deviceUI = " + deviceUI.getName()); [all...] |
/packages/apps/Settings/src/com/android/settings/wifi/ |
WifiNoInternetDialog.java | 103 Log.d(TAG, "Network " + mNetwork + " is not connected: " + ni);
|
WifiSettingsForSetupWizard.java | 39 * is not shown, clicking on an access point will auto-advance to the next screen (once connected),
|
/packages/apps/TvSettings/Settings/res/values-en-rAU-notouch/ |
strings.xml | 21 <string name="wifi_setup_connection_success" msgid="3362351168182711828">"Connected successfully!"</string>
|
/packages/services/Telecomm/src/com/android/server/telecom/ |
CreateConnectionTimeout.java | 73 // we're connected to Wi-Fi. This ensures that the fallback connection manager has an
|
/packages/services/Telephony/sip/res/values-en-rAU/ |
strings.xml | 72 <string name="no_wifi_available" msgid="1955023904229673488">"You need to be connected to a Wi-Fi network for SIP calls (use the Wireless & Network settings)."</string>
|
Completed in 737 milliseconds
<<41424344454647484950>>