HomeSort by relevance Sort by last modified time
    Searched refs:DISCONNECTED (Results 51 - 75 of 88) sorted by null

1 23 4

  /frameworks/base/core/java/android/net/
EthernetDataTracker.java 145 mNetworkInfo.setDetailedState(DetailedState.DISCONNECTED, null, mHwAddr);
  /frameworks/base/services/java/com/android/server/connectivity/
Vpn.java 379 updateState(DetailedState.DISCONNECTED, "interfaceRemoved");
722 updateState(DetailedState.DISCONNECTED, "exit");
781 updateState(DetailedState.DISCONNECTED, "execute");
    [all...]
  /frameworks/base/services/tests/servicestests/src/com/android/server/
ConnectivityServiceTest.java 211 mMobile.info.setDetailedState(DetailedState.DISCONNECTED, null, null);
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
DefaultPhoneNotifier.java 246 return PhoneConstants.DataState.DISCONNECTED;
CallManager.java 812 * - The foreground call is ACTIVE or IDLE or DISCONNECTED.
830 || (fgCallState == Call.State.DISCONNECTED)));
    [all...]
  /external/wpa_supplicant_8/src/eapol_supp/
eapol_supp_sm.c 218 SM_STATE(SUPP_PAE, DISCONNECTED)
220 SM_ENTRY(SUPP_PAE, DISCONNECTED);
338 SM_ENTER_GLOBAL(SUPP_PAE, DISCONNECTED);
352 SM_ENTER(SUPP_PAE, DISCONNECTED);
401 SM_ENTER(SUPP_PAE, DISCONNECTED);
950 return "DISCONNECTED";
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
CDMAPhone.java 663 PhoneConstants.DataState ret = PhoneConstants.DataState.DISCONNECTED;
669 ret = PhoneConstants.DataState.DISCONNECTED;
673 ret = PhoneConstants.DataState.DISCONNECTED;
676 ret = PhoneConstants.DataState.DISCONNECTED;
682 ret = PhoneConstants.DataState.DISCONNECTED;
    [all...]
CdmaConnection.java 290 return CdmaCall.State.DISCONNECTED;
301 throw new CallStateException ("disconnected");
310 throw new CallStateException ("disconnected");
441 /** Called when the radio indicates the connection has been disconnected */
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
GSMPhone.java 283 PhoneConstants.DataState ret = PhoneConstants.DataState.DISCONNECTED;
289 ret = PhoneConstants.DataState.DISCONNECTED;
294 ret = PhoneConstants.DataState.DISCONNECTED;
300 ret = PhoneConstants.DataState.DISCONNECTED;
306 ret = PhoneConstants.DataState.DISCONNECTED;
    [all...]
GsmConnection.java 253 return GsmCall.State.DISCONNECTED;
264 throw new CallStateException ("disconnected");
273 throw new CallStateException ("disconnected");
408 /** Called when the radio indicates the connection has been disconnected */
  /packages/apps/Phone/src/com/android/phone/
CallCard.java 269 // DISCONNECTED state.
282 // the DISCONNECTING or DISCONNECTED state. In this case, we want
287 // We don't have any DISCONNECTED calls, which means that the phone
290 // showAlreadyDisconnectedState implies the phone call is disconnected
291 // and we want to show the disconnected phone call for a moment.
405 * Updates the UI for the state where an incoming call is just disconnected while we want to
416 * "last disconnected").
481 case DISCONNECTED:
    [all...]
BluetoothPhoneService.java     [all...]
  /frameworks/base/wifi/java/android/net/wifi/
WifiStateMachine.java     [all...]
WifiConfigStore.java 278 case DISCONNECTED:
    [all...]
  /frameworks/base/core/java/android/bluetooth/
BluetoothTetheringDataTracker.java 360 mNetworkInfo.setDetailedState(DetailedState.DISCONNECTED, null, null);
  /frameworks/base/services/java/com/android/server/net/
LockdownVpnTracker.java 121 // Restart VPN when egress network disconnected or changed
123 || State.DISCONNECTED.equals(egressInfo.getState());
  /packages/apps/Settings/src/com/android/settings/
ApnSettings.java 114 return PhoneConstants.DataState.DISCONNECTED;
  /packages/apps/Settings/src/com/android/settings/wifi/
WifiStatusTest.java 210 } else if(SupplicantState.DISCONNECTED.equals(supplicantState)) {
211 mSupplicantState.setText("DISCONNECTED");
  /external/chromium/chrome/browser/sessions/
session_restore.cc 245 case chromeos::NetworkStateDetails::DISCONNECTED:
246 // Disconnected while loading. Set loading_ false so
  /external/wpa_supplicant_8/src/ap/
wpa_auth.c     [all...]
  /frameworks/av/services/camera/libcameraservice/camera2/
CaptureSequencer.cpp 250 case Parameters::DISCONNECTED:
  /frameworks/base/core/tests/ConnectivityManagerTest/src/com/android/connectivitymanagertest/
ConnectivityManagerTestActivity.java 130 mState = State.DISCONNECTED;
369 // DISCONNECTING, DISCONNECTED, UNKNOWN
  /hardware/libhardware/tests/camera2/
camera2_utils.cpp 484 mState = DISCONNECTED;
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DcTrackerBase.java 304 // quit and won't report disconnected until next enabling.
652 dcac.disconnected();
    [all...]
DcTracker.java 689 PhoneConstants.DataState.DISCONNECTED);
705 * disconnected.
    [all...]

Completed in 1818 milliseconds

1 23 4