HomeSort by relevance Sort by last modified time
    Searched defs:STATE_DISCONNECTED (Results 1 - 22 of 22) sorted by null

  /frameworks/base/core/java/com/android/internal/net/
LegacyVpnInfo.java 34 public static final int STATE_DISCONNECTED = 0;
85 return STATE_DISCONNECTED;
91 return STATE_DISCONNECTED;
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
CastController.java 35 public static final int STATE_DISCONNECTED = 0;
42 public int state = STATE_DISCONNECTED;
  /frameworks/base/core/java/android/bluetooth/
BluetoothProfile.java 52 public static final int STATE_DISCONNECTED = 0;
183 * {@link #STATE_DISCONNECTED}, {@link #STATE_DISCONNECTING},
197 * {@link #STATE_DISCONNECTED}, {@link #STATE_DISCONNECTING}
BluetoothPbap.java 78 public static final int STATE_DISCONNECTED = 0;
BluetoothAdapter.java 384 * can be any of {@link #STATE_DISCONNECTED}, {@link #STATE_CONNECTING},
444 public static final int STATE_DISCONNECTED = 0;
    [all...]
  /packages/apps/Settings/src/com/android/settings/vpn2/
AppPreference.java 39 public static final int STATE_DISCONNECTED = LegacyVpnInfo.STATE_DISCONNECTED;
41 private int mState = STATE_DISCONNECTED;
87 setSummary(mState != STATE_DISCONNECTED ? states[mState] : "");
  /developers/build/prebuilts/gradle/BluetoothLeGatt/Application/src/main/java/com/example/android/bluetoothlegatt/
BluetoothLeService.java 49 private int mConnectionState = STATE_DISCONNECTED;
51 private static final int STATE_DISCONNECTED = 0;
84 } else if (newState == BluetoothProfile.STATE_DISCONNECTED) {
86 mConnectionState = STATE_DISCONNECTED;
  /developers/samples/android/connectivity/bluetooth/BluetoothLeGatt/Application/src/main/java/com/example/android/bluetoothlegatt/
BluetoothLeService.java 49 private int mConnectionState = STATE_DISCONNECTED;
51 private static final int STATE_DISCONNECTED = 0;
84 } else if (newState == BluetoothProfile.STATE_DISCONNECTED) {
86 mConnectionState = STATE_DISCONNECTED;
  /development/samples/browseable/BluetoothLeGatt/src/com.example.android.bluetoothlegatt/
BluetoothLeService.java 49 private int mConnectionState = STATE_DISCONNECTED;
51 private static final int STATE_DISCONNECTED = 0;
84 } else if (newState == BluetoothProfile.STATE_DISCONNECTED) {
86 mConnectionState = STATE_DISCONNECTED;
  /frameworks/base/tests/OneMedia/src/com/android/onemedia/
PlayerController.java 41 public static final int STATE_DISCONNECTED = 0;
78 mController == null ? STATE_DISCONNECTED : STATE_CONNECTED);
171 mListener.onConnectionStateChange(STATE_DISCONNECTED);
  /frameworks/ex/camera2/public/src/com/android/ex/camera2/blocking/
BlockingStateCallback.java 68 "STATE_DISCONNECTED",
90 public static final int STATE_DISCONNECTED = 2;
123 setCurrentState(STATE_DISCONNECTED);
  /frameworks/base/telecomm/java/android/telecom/
Call.java 68 public static final int STATE_DISCONNECTED = 7;
87 * {@link #STATE_DISCONNECTED} if it failed.
94 * state of the call is (potentially) {@link #STATE_DISCONNECTED}.
445 * @return For a {@link #STATE_DISCONNECTED} {@code Call}, the disconnect cause expressed
639 * {@link #STATE_DISCONNECTED} is the final notification the {@code Call} will send. Rather,
    [all...]
Connection.java 93 public static final int STATE_DISCONNECTED = 6;
    [all...]
  /external/robolectric/lib/main/
android.jar 
  /prebuilts/sdk/11/
android.jar 
  /prebuilts/sdk/12/
android.jar 
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/15/
android.jar 
  /prebuilts/sdk/17/
android.jar 
  /prebuilts/sdk/18/
android.jar 
  /prebuilts/sdk/19/
android.jar 
  /prebuilts/sdk/21/
android.jar 

Completed in 272 milliseconds