Home
last modified time | relevance | path

Searched refs:META_INT_ERROR (Results 1 – 3 of 3) sorted by relevance

/aosp14/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
H A DBluetoothUtils.java44 public static final int META_INT_ERROR = -1; field in BluetoothUtils
434 return META_INT_ERROR; in getIntMetaData()
438 return META_INT_ERROR; in getIntMetaData()
443 return META_INT_ERROR; in getIntMetaData()
/aosp14/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/bluetooth/
H A DBluetoothUtilsTest.java127 .isEqualTo(BluetoothUtils.META_INT_ERROR); in getIntMetaData_invalidMetaData_getErrorCode()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/
H A DBluetoothTile.java225 if (batteryLevel > BluetoothUtils.META_INT_ERROR) { in getSecondaryLabel()