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

1 2 3 45 6 7 8 91011>>

  /external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
ShadowConnectivityManagerTest.java 60 assertThat(wifi.getDetailedState()).isEqualTo(NetworkInfo.DetailedState.DISCONNECTED);
  /frameworks/opt/net/ethernet/java/com/android/server/ethernet/
EthernetNetworkFactory.java 363 // with a state of DISCONNECTED or SUSPENDED. So we can't simply clear our NetworkInfo here:
366 mNetworkInfo.setDetailedState(DetailedState.DISCONNECTED, null, mHwAddress);
  /frameworks/opt/net/lowpan/service/java/com/android/server/lowpan/
LowpanInterfaceTracker.java 584 mNetworkInfo.setDetailedState(DetailedState.DISCONNECTED, null, mHwAddr);
  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/imsphone/
ImsPhoneConnectionTest.java 183 assertEquals(GsmCdmaCall.State.DISCONNECTED, mConnectionUT.getState());
  /hardware/interfaces/graphics/composer/2.1/utils/hal/include/composer-hal/2.1/
ComposerClient.h 96 } else if (connected == IComposerCallback::Connection::DISCONNECTED) {
  /packages/apps/ManagedProvisioning/tests/instrumentation/src/com/android/managedprovisioning/common/
UtilsTest.java 162 // GIVEN the device is currently disconnected on wifi
182 // GIVEN the device is currently disconnected on wifi
414 : NetworkInfo.DetailedState.DISCONNECTED,
  /packages/apps/Settings/src/com/android/settings/wifi/
WifiStatusTest.java 209 } else if(SupplicantState.DISCONNECTED.equals(supplicantState)) {
210 mSupplicantState.setText("DISCONNECTED");
  /packages/services/Telecomm/src/com/android/server/telecom/
CallLogManager.java 144 newState == CallState.DISCONNECTED || newState == CallState.ABORTED;
147 // Log newly disconnected calls only if:
148 // 1) It was not in the "choose account" phase when disconnected
CallsManager.java 198 CallState.RINGING, CallState.ACTIVE, CallState.ON_HOLD, CallState.DISCONNECTED,
217 * calls are added to the map and removed when the calls move to the disconnected state.
533 // Only set the incoming call as ringing if it isn't already disconnected. It is possible
534 // that the connection service disconnected the call before it was even added to Telecom, in
536 if (incomingCall.getState() != CallState.DISCONNECTED &&
541 Log.i(this, "onCallFilteringCompleted: call already disconnected.");
614 setCallState(call, CallState.DISCONNECTED, "failed incoming call");
628 setCallState(call, CallState.DISCONNECTED, "failed unknown call");
    [all...]
BluetoothPhoneServiceImpl.java 338 // When the call later transitions to DIALING/DISCONNECTED we will then send out the
    [all...]
CallAudioManager.java 685 // If this call is being disconnected as a result of being handed over to another call,
727 Log.d(this, "Found a disconnected call with tone to play %d.", toneToPlay);
809 if (newState != CallState.DISCONNECTED) {
  /frameworks/base/tests/net/java/com/android/server/connectivity/
VpnTest.java 411 // Don't show a notification for regular disconnected states.
412 vpn.updateState(DetailedState.DISCONNECTED, TAG);
416 // Start showing a notification for disconnected once always-on.
426 vpn.updateState(DetailedState.DISCONNECTED, TAG);
  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
GsmCdmaPhoneTest.java 294 assertEquals(PhoneConstants.DataState.DISCONNECTED, mPhoneUT.getDataConnectionState(
301 assertEquals(PhoneConstants.DataState.DISCONNECTED, mPhoneUT.getDataConnectionState(
    [all...]
  /prebuilts/gradle-plugin/com/android/tools/fakeadbserver/fakeadbserver/25.4.0-alpha5/
fakeadbserver-25.4.0-alpha5.jar 
  /prebuilts/gradle-plugin/com/android/tools/fakeadbserver/fakeadbserver/25.4.0-alpha6/
fakeadbserver-25.4.0-alpha6.jar 
  /prebuilts/gradle-plugin/com/android/tools/fakeadbserver/fakeadbserver/25.4.0-alpha7/
fakeadbserver-25.4.0-alpha7.jar 
  /prebuilts/gradle-plugin/com/android/tools/fakeadbserver/fakeadbserver/25.5.0-alpha-preview-02/
fakeadbserver-25.5.0-alpha-preview-02.jar 
  /prebuilts/tools/common/m2/repository/com/firebase/tubesock/0.0.12/
tubesock-0.0.12.jar 
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/
WifiStateMachine.java     [all...]
  /frameworks/native/services/surfaceflinger/tests/fakehwc/
SFFakeHwc_test.cpp 323 mMockComposer->hotplugDisplay(EXTERNAL_DISPLAY, IComposerCallback::Connection::DISCONNECTED);
357 mMockComposer->hotplugDisplay(EXTERNAL_DISPLAY, IComposerCallback::Connection::DISCONNECTED);
363 mMockComposer->hotplugDisplay(PRIMARY_DISPLAY, IComposerCallback::Connection::DISCONNECTED);
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/hidl/1.0/
hidl_manager.h 386 static_cast<uint32_t>(ISupplicantStaIfaceCallback::State::DISCONNECTED) ==
  /external/wpa_supplicant_8/wpa_supplicant/hidl/1.1/
hidl_manager.h 395 static_cast<uint32_t>(ISupplicantStaIfaceCallback::State::DISCONNECTED) ==
  /frameworks/av/services/camera/libcameraservice/api1/client2/
CaptureSequencer.cpp 272 case Parameters::DISCONNECTED:
  /packages/apps/Settings/src/com/android/settings/network/
ApnSettings.java 147 return PhoneConstants.DataState.DISCONNECTED;
  /frameworks/base/core/proto/android/os/
batterystats.proto 462 DISCONNECTED = 1;
    [all...]

Completed in 1773 milliseconds

1 2 3 45 6 7 8 91011>>