Home
last modified time | relevance | path

Searched defs:STATE_DISCONNECTED (Results 1 – 25 of 347) sorted by relevance

12345678910>>...14

/aosp_15_r20/packages/apps/Settings/tests/unit/src/com/android/settings/vpn2/
DManageablePreferenceTest.java36 private static final int STATE_DISCONNECTED = 0; field in ManageablePreferenceTest
/aosp_15_r20/frameworks/base/core/java/com/android/internal/net/
H A DLegacyVpnInfo.java35 public static final int STATE_DISCONNECTED = 0; field in LegacyVpnInfo
/aosp_15_r20/frameworks/base/nfc/java/android/nfc/
H A DWlcListenerDeviceInfo.java37 public static final int STATE_DISCONNECTED = 1; field in WlcListenerDeviceInfo
/aosp_15_r20/packages/apps/Settings/src/com/android/settings/vpn2/
DAppPreference.java40 public static final int STATE_DISCONNECTED = STATE_NONE; field in AppPreference
/aosp_15_r20/external/cronet/net/quic/
H A Dquic_proxy_client_socket.h84 STATE_DISCONNECTED, enumerator
H A Dquic_proxy_datagram_client_socket.h130 STATE_DISCONNECTED, enumerator
/aosp_15_r20/frameworks/base/core/java/android/net/
H A DVpnProfileState.java35 public static final int STATE_DISCONNECTED = 0; field in VpnProfileState
/aosp_15_r20/frameworks/base/telecomm/java/android/telecom/
H A DStreamingCall.java58 public static final int STATE_DISCONNECTED = 3; field in StreamingCall
/aosp_15_r20/external/cronet/net/spdy/
H A Dspdy_proxy_client_socket.h113 STATE_DISCONNECTED, enumerator
/aosp_15_r20/developers/samples/android/connectivity/bluetooth/BluetoothLeGatt/Application/src/main/java/com/example/android/bluetoothlegatt/
DBluetoothLeService.java51 private static final int STATE_DISCONNECTED = 0; field in BluetoothLeService
/aosp_15_r20/frameworks/ex/camera2/public/src/com/android/ex/camera2/blocking/
H A DBlockingStateCallback.java90 public static final int STATE_DISCONNECTED = 2; field in BlockingStateCallback
/aosp_15_r20/developers/build/prebuilts/gradle/BluetoothLeGatt/Application/src/main/java/com/example/android/bluetoothlegatt/
H A DBluetoothLeService.java51 private static final int STATE_DISCONNECTED = 0; field in BluetoothLeService
/aosp_15_r20/development/samples/browseable/BluetoothLeGatt/src/com.example.android.bluetoothlegatt/
H A DBluetoothLeService.java51 private static final int STATE_DISCONNECTED = 0; field in BluetoothLeService
/aosp_15_r20/frameworks/base/tests/OneMedia/src/com/android/onemedia/
H A DPlayerController.java41 public static final int STATE_DISCONNECTED = 0; field in PlayerController
/aosp_15_r20/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothProfile.java58 int STATE_DISCONNECTED = 0; field
/aosp_15_r20/external/webrtc/p2p/base/
H A Dturn_port.h52 STATE_DISCONNECTED, // TCP connection died, cannot send/receive any enumerator
/aosp_15_r20/tools/test/connectivity/acts_tests/acts_contrib/test_utils/bt/
DBtEnum.py88 STATE_DISCONNECTED = 0 variable in BluetoothProfileState
DGattEnum.py145 STATE_DISCONNECTED = 0 variable in GattConnectionState
/aosp_15_r20/hardware/google/pixel/health/include/pixelhealth/
DBatteryDefender.h75 STATE_DISCONNECTED, enumerator
/aosp_15_r20/tools/test/connectivity/acts/framework/acts/controllers/fuchsia_lib/lib_controllers/
Dwlan_policy_controller.py33 STATE_DISCONNECTED = 'Disconnected' variable
/aosp_15_r20/packages/modules/Bluetooth/system/blueberry/utils/
Dbt_constants.py150 STATE_DISCONNECTED = 0 variable in BluetoothConnectionStatus
Dbt_gatt_constants.py174 STATE_DISCONNECTED = 0 variable in GattConnectionState
/aosp_15_r20/frameworks/base/packages/SettingsLib/src/com/android/settingslib/media/
H A DLocalMediaManager.java73 int STATE_DISCONNECTED = 2; field
/aosp_15_r20/packages/services/Car/service/src/com/android/car/bluetooth/
DBluetoothUtils.java102 sConnectionStates.put(BluetoothAdapter.STATE_DISCONNECTED, "Disconnected"); in sConnectionStates.put()
/aosp_15_r20/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hid/
DHidHostService.java131 public static final int STATE_DISCONNECTED = BluetoothProfile.STATE_DISCONNECTED; field in HidHostService

12345678910>>...14