HomeSort by relevance Sort by last modified time
    Searched refs:CONNECTED (Results 101 - 125 of 369) sorted by null

1 2 3 45 6 7 8 91011>>

  /frameworks/base/core/java/com/android/internal/usb/
DumpUtils.java 204 dump.write("connected", UsbPortStatusProto.CONNECTED, status.isConnected());
  /frameworks/base/services/tests/servicestests/src/com/android/server/job/controllers/
ConnectivityControllerTest.java 280 ni.setDetailedState(DetailedState.CONNECTED, null, null);
  /frameworks/opt/net/ethernet/java/com/android/server/ethernet/
EthernetNetworkFactory.java 310 mNetworkInfo.setDetailedState(DetailedState.CONNECTED, null, mHwAddress);
364 // that sets the state to IDLE, and ConnectivityService will still think we're connected.
  /frameworks/opt/net/lowpan/service/java/com/android/server/lowpan/
LowpanInterfaceTracker.java 421 Log.i(TAG, "Adding directly connected route: " + prefix);
494 mNetworkInfo.setDetailedState(DetailedState.CONNECTED, null, mHwAddr);
  /hardware/interfaces/graphics/composer/2.1/utils/hal/include/composer-hal/2.1/
ComposerClient.h 93 void onHotplug(Display display, IComposerCallback::Connection connected) {
94 if (connected == IComposerCallback::Connection::CONNECTED) {
96 } else if (connected == IComposerCallback::Connection::DISCONNECTED) {
100 auto ret = mCallback->onHotplug(display, connected);
  /packages/apps/ManagedProvisioning/tests/instrumentation/src/com/android/managedprovisioning/common/
UtilsTest.java 150 // GIVEN the device is currently connected to mobile network
156 // GIVEN the device is currently connected to wifi
170 // GIVEN the device is currently connected to mobile network
172 // WHEN checking whether connected to wifi
176 // GIVEN the device is currently connected to wifi
178 // WHEN checking whether connected to wifi
184 // WHEN checking whether connected to wifi
190 // GIVEN the device is connected to a network.
410 private void setCurrentNetworkMock(int type, boolean connected) {
413 connected ? NetworkInfo.DetailedState.CONNECTE
    [all...]
  /packages/apps/Settings/tests/unit/src/com/android/settings/wifi/
WifiSettingsUiTest.java 139 networkInfo.setDetailedState(NetworkInfo.DetailedState.CONNECTED, null, null);
  /tools/test/connectivity/acts/framework/acts/test_utils/tel/
anritsu_utils.py     [all...]
  /tools/test/connectivity/acts/tests/google/power/tel/lab/temp/
anritsu_utils.py     [all...]
  /cts/hostsidetests/net/app/src/com/android/cts/net/hostside/
AbstractRestrictBackgroundNetworkTestCase.java 465 final boolean connected = Boolean.valueOf(parts[2]);
473 expectedState = State.CONNECTED;
474 expectedDetailedState = DetailedState.CONNECTED;
480 if (expectAvailable != connected) {
482 expectAvailable, connected));
    [all...]
  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
GsmCdmaPhoneTest.java 298 // not connected
305 // APN is connected, callTracker state = idle
306 doReturn(DctConstants.State.CONNECTED).when(mDcTracker).getState(
309 assertEquals(PhoneConstants.DataState.CONNECTED, mPhoneUT.getDataConnectionState(
313 // APN enabled and CONNECTED, callTracker state != idle, !isConcurrentVoiceAndDataAllowed
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/avrcp/
BrowsedMediaPlayer.java 48 private static final int CONNECTED = 1;
100 mConnState = CONNECTED;
102 Log.d(TAG, "mediaBrowser CONNECTED to " + mPackageName);
299 Log.e(TAG, "setBrowsedPlayer: " + mPackageName + "not connected");
551 Log.e(TAG, "playItem: Not connected to media player");
    [all...]
  /prebuilts/tools/common/m2/repository/com/firebase/tubesock/0.0.12/
tubesock-0.0.12.jar 
  /frameworks/base/tests/net/java/com/android/server/net/
NetworkStatsServiceTest.java     [all...]
  /frameworks/native/services/surfaceflinger/tests/fakehwc/
SFFakeHwc_test.cpp 148 bool waitForHotplugEvent(uint32_t id, bool connected);
245 bool DisplayTest::waitForHotplugEvent(uint32_t id, bool connected) {
253 "event hotplug: id %d, connected %d\t", event.header.id,
254 event.hotplug.connected);
257 event.header.id == id && event.hotplug.connected == connected) {
293 mMockComposer->hotplugDisplay(EXTERNAL_DISPLAY, IComposerCallback::Connection::CONNECTED);
327 mMockComposer->hotplugDisplay(EXTERNAL_DISPLAY, IComposerCallback::Connection::CONNECTED);
401 mMockComposer->hotplugDisplay(PRIMARY_DISPLAY, IComposerCallback::Connection::CONNECTED);
    [all...]
FakeComposerClient.cpp 170 mEventCallback->onHotplug(PRIMARY_DISPLAY, IComposerCallback::Connection::CONNECTED);
  /external/autotest/client/cros/cellular/pseudomodem/
modem.py 531 Activates a data bearer by setting its 'Connected' property to True.
557 raise pm_errors.MMCoreError(pm_errors.MMCoreError.CONNECTED,
566 Deactivates data bearer by setting its 'Connected' property to False.
  /frameworks/base/core/tests/bandwidthtests/src/com/android/bandwidthtest/util/
ConnectionUtil.java 194 if (mWifiNetworkInfo.getState() == State.CONNECTED) {
514 * Convenience method to determine if we are connected to a mobile network.
515 * @return true if connected to a mobile network, false otherwise.
523 * Convenience method to determine if we are connected to wifi.
524 * @return true if connected to wifi, false otherwise.
546 * @return true if we are connected to a given AP.
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
ApnContext.java 351 /** Check if the data call is in connected or connecting state.
352 * @return True if the data call is in connected or connecting state
355 return isReady() && ((mState == DctConstants.State.CONNECTED)
  /packages/apps/Settings/src/com/android/settings/network/
ApnSettings.java 130 case CONNECTED:
  /external/robolectric/v1/lib/main/
maps_v16.jar 
  /frameworks/native/libs/vr/libvrflinger/
hardware_composer.cpp 945 // External display was connected
950 ALOGI("External display connected. Switching to external display.");
954 ALOGI("External display connected, but sysprop %s is unset, so"
    [all...]
  /prebuilts/go/darwin-x86/src/net/
udpsock_test.go 136 b := []byte("CONNECTED-MODE SOCKET")
unixsock_test.go 112 if peer != nil { // peer is connected-mode
162 if peer != nil { // peer is connected-mode
201 b := []byte("CONNECTED-MODE SOCKET")
  /prebuilts/go/linux-x86/src/net/
udpsock_test.go 136 b := []byte("CONNECTED-MODE SOCKET")

Completed in 1756 milliseconds

1 2 3 45 6 7 8 91011>>