Searched refs:DISCONNECTED (Results 1 - 9 of 9) sorted by relevance

/packages/apps/Nfc/src/com/android/nfc/snep/
H A DSnepClient.java39 private int mState = DISCONNECTED;
45 private static final int DISCONNECTED = 0; field in class:SnepClient
134 if (mState != DISCONNECTED) {
186 mState = DISCONNECTED;
/packages/apps/Settings/src/com/android/settings/wifi/
H A DWifiSettingsForSetupWizardXL.java62 sNetworkStateMap.put(DetailedState.IDLE, DetailedState.DISCONNECTED);
69 sNetworkStateMap.put(DetailedState.DISCONNECTING, DetailedState.DISCONNECTED);
70 sNetworkStateMap.put(DetailedState.DISCONNECTED, DetailedState.DISCONNECTED);
135 private DetailedState mPreviousNetworkState = DetailedState.DISCONNECTED;
285 default: // DISCONNECTED, FAILED
719 // The device may report DISCONNECTED during connecting to a network, at which we don't
H A DWifiStatusTest.java210 } else if(SupplicantState.DISCONNECTED.equals(supplicantState)) {
211 mSupplicantState.setText("DISCONNECTED");
/packages/apps/Email/src/com/android/email/
H A DEmailConnectivityManager.java131 } else if (state == State.DISCONNECTED) {
/packages/apps/Phone/src/com/android/phone/
H A DCallCard.java270 // DISCONNECTED state.
283 // the DISCONNECTING or DISCONNECTED state. In this case, we want
288 // We don't have any DISCONNECTED calls, which means that the phone
482 case DISCONNECTED:
801 case DISCONNECTED:
838 // - DISCONNECTING, DISCONNECTED: Screen will disappear soon; we have no time for animation.
841 || state == Call.State.DISCONNECTED);
897 case DISCONNECTED:
917 // or ALERTING to DISCONNECTED, which can actually happen in
1491 case DISCONNECTED
[all...]
H A DBluetoothPhoneService.java907 case DISCONNECTED:
H A DPhoneUtils.java1692 * connection and one DISCONNECTED connection, this method will return
2194 // - The foreground call is ACTIVE or IDLE or DISCONNECTED.
2205 || (fgCallState == Call.State.DISCONNECTED));
/packages/apps/Settings/src/com/android/settings/
H A DApnSettings.java114 return PhoneConstants.DataState.DISCONNECTED;
/packages/apps/Exchange/exchange2/src/com/android/exchange/
H A DExchangeService.java1609 } else if (state == State.DISCONNECTED) {
1610 info += " DISCONNECTED";

Completed in 1848 milliseconds