HomeSort by relevance Sort by last modified time
    Searched full:disconnected (Results 376 - 400 of 922) sorted by null

<<11121314151617181920>>

  /packages/services/Telephony/src/com/android/phone/
PhoneGlobals.java 707 // the "disconnected" state.
708 // However, if the phone is disconnected while the user is in the
    [all...]
  /packages/services/Telephony/src/com/android/services/telephony/
CdmaConferenceController.java 176 // 3) Remove any lingering old/disconnected/destroyed connections
ImsConference.java 311 * Invoked when the Conference and all its {@link Connection}s should be disconnected.
314 * successfully disconnected, the {@link #mConferenceHostListener} listener receives an
316 * disconnected.
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/alsa/
seq_event.h 133 /** Ports disconnected; event data type = #snd_seq_connect_t */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/bits/
siginfo.h 253 POLL_HUP /* Device disconnected. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/alsa/
seq_event.h 133 /** Ports disconnected; event data type = #snd_seq_connect_t */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/asm-generic/
siginfo.h 234 #define POLL_HUP (__SI_POLL|6) /* device disconnected */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
siginfo.h 253 POLL_HUP /* Device disconnected. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
siginfo.h 253 POLL_HUP /* Device disconnected. */
  /system/core/adb/
adb.h 142 ** will be called whenever a transport is disconnected (e.g. by the user)
  /system/core/include/system/
radio.h 182 RADIO_EVENT_ANTENNA = 2, /* Antenna connected, disconnected */
  /frameworks/av/services/camera/libcameraservice/
CameraService.h 527 * list and was disconnected.
541 * Add new client to active clients list after conflicting clients have disconnected using the
573 * Add an event log message that a client has been disconnected.
    [all...]
  /frameworks/base/docs/html/guide/topics/connectivity/
bluetooth-le.jd 398 Log.i(TAG, "Disconnected from GATT server.");
479 // ACTION_GATT_DISCONNECTED: disconnected from a GATT server.
493 updateConnectionState(R.string.disconnected);
  /frameworks/base/packages/SettingsLib/src/com/android/settingslib/wifi/
AccessPoint.java 611 * disconnected.
616 mNetworkInfo.getState() != State.DISCONNECTED);
625 mNetworkInfo != null && mNetworkInfo.getState() != State.DISCONNECTED;
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
ImsPhoneConnection.java 240 return ImsPhoneCall.State.DISCONNECTED;
251 throw new CallStateException ("disconnected");
316 /** Called when the connection has been disconnected */
  /packages/apps/InCallUI/src/com/android/incallui/
CallCardPresenter.java 530 // Disconnected calls get primary position if there are no active calls
531 // to let user know quickly what call has disconnected. Disconnected
    [all...]
  /packages/apps/Settings/res/values-en-rAU/
arrays.xml 95 <item msgid="1634960474403853625">"Disconnected"</item>
109 <item msgid="197508606402264311">"Disconnected"</item>
520 <item msgid="8621078286418985762">"Disconnected"</item>
  /packages/apps/Settings/res/values-en-rGB/
arrays.xml 95 <item msgid="1634960474403853625">"Disconnected"</item>
109 <item msgid="197508606402264311">"Disconnected"</item>
520 <item msgid="8621078286418985762">"Disconnected"</item>
  /packages/apps/Settings/res/values-en-rIN/
arrays.xml 95 <item msgid="1634960474403853625">"Disconnected"</item>
109 <item msgid="197508606402264311">"Disconnected"</item>
520 <item msgid="8621078286418985762">"Disconnected"</item>
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/
WifiStateMachine.java 265 // reconfigure Pno after 1 minutes if we're still in disconnected state
397 // Whether the state machine goes thru the Disconnecting->Disconnected->ObtainingIpAddress
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
CDMAPhone.java 795 PhoneConstants.DataState ret = PhoneConstants.DataState.DISCONNECTED;
801 ret = PhoneConstants.DataState.DISCONNECTED;
805 ret = PhoneConstants.DataState.DISCONNECTED;
808 ret = PhoneConstants.DataState.DISCONNECTED;
814 ret = PhoneConstants.DataState.DISCONNECTED;
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
GSMPhone.java 336 PhoneConstants.DataState ret = PhoneConstants.DataState.DISCONNECTED;
342 ret = PhoneConstants.DataState.DISCONNECTED;
351 ret = PhoneConstants.DataState.DISCONNECTED;
357 ret = PhoneConstants.DataState.DISCONNECTED;
363 ret = PhoneConstants.DataState.DISCONNECTED;
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DcTracker.java     [all...]
  /frameworks/base/telecomm/java/android/telecom/
Connection.java 90 * A connection has been disconnected. This is the final state once the user has been
91 * disconnected from a call either locally, remotely or by an error in the service.
181 * Connection is able to be individually disconnected when in a {@code Conference}.
    [all...]
  /frameworks/base/services/core/java/com/android/server/
ConnectivityService.java 535 final DetailedState state = DetailedState.DISCONNECTED;
    [all...]

Completed in 656 milliseconds

<<11121314151617181920>>