Home
last modified time | relevance | path

Searched defs:STATE_CONNECTED (Results 1 – 10 of 10) sorted by relevance

/packages/apps/Settings/src/com/android/settings/vpn2/
DAppPreference.java38 public static final int STATE_CONNECTED = LegacyVpnInfo.STATE_CONNECTED; field in AppPreference
/packages/modules/Connectivity/nearby/service/java/com/android/server/nearby/common/bluetooth/testability/android/bluetooth/
DBluetoothGattServer.java32 public static final int STATE_CONNECTED = android.bluetooth.BluetoothGattServer.STATE_CONNECTED; field in BluetoothGattServer
/packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/networkconnection/
DEstablishNetworkConnectionViewModel.java51 public static final int STATE_CONNECTED = 5; field in EstablishNetworkConnectionViewModel
/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothProfile.java64 int STATE_CONNECTED = 2; field
DBluetoothAdapter.java746 public static final int STATE_CONNECTED = 2; //BluetoothProtoEnums.CONNECTION_STATE_CONNECTED; field in BluetoothAdapter
/packages/apps/Car/Radio/src/com/android/car/radio/service/
DRadioAppServiceWrapper.java62 public static final int STATE_CONNECTED = 2; field in RadioAppServiceWrapper
/packages/modules/Bluetooth/system/blueberry/utils/
Dbt_constants.py152 STATE_CONNECTED = 2 variable in BluetoothConnectionStatus
Dbt_gatt_constants.py176 STATE_CONNECTED = 2 variable in GattConnectionState
/packages/services/Car/service/src/com/android/car/bluetooth/
DBluetoothUtils.java77 sConnectionStates.put(BluetoothAdapter.STATE_CONNECTED, "Connected"); in sConnectionStates.put()
/packages/services/Car/car-lib/src/android/car/
DCar.java1279 private static final int STATE_CONNECTED = 2; field in Car