Home
last modified time | relevance | path

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

/packages/apps/Settings/tests/unit/src/com/android/settings/vpn2/
DManageablePreferenceTest.java36 private static final int STATE_DISCONNECTED = 0; field in ManageablePreferenceTest
/packages/apps/Settings/src/com/android/settings/vpn2/
DAppPreference.java40 public static final int STATE_DISCONNECTED = STATE_NONE; field in AppPreference
/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothProfile.java58 int STATE_DISCONNECTED = 0; field
DBluetoothAdapter.java714 public static final int STATE_DISCONNECTED = field in BluetoothAdapter
/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
/packages/services/Car/service/src/com/android/car/bluetooth/
DBluetoothUtils.java102 sConnectionStates.put(BluetoothAdapter.STATE_DISCONNECTED, "Disconnected"); in sConnectionStates.put()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hid/
DHidHostService.java133 public static final int STATE_DISCONNECTED = BluetoothProfile.STATE_DISCONNECTED; field in HidHostService
/packages/services/Car/car-lib/src/android/car/
DCar.java1565 private static final int STATE_DISCONNECTED = 0; field in Car
/packages/modules/Wifi/service/proto/src/
Dmetrics.proto1517 STATE_DISCONNECTED = 0; enumerator