Home
last modified time | relevance | path

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

/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
DBluetoothUtils.java54 public static final int META_INT_ERROR = -1; field in BluetoothUtils
448 return META_INT_ERROR; in getIntMetaData()
452 return META_INT_ERROR; in getIntMetaData()
457 return META_INT_ERROR; in getIntMetaData()
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/
DBluetoothTile.java264 if (batteryLevel > BluetoothUtils.META_INT_ERROR) { in getSecondaryLabel()
/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/bluetooth/
DBluetoothUtilsTest.java172 .isEqualTo(BluetoothUtils.META_INT_ERROR); in getIntMetaData_invalidMetaData_getErrorCode()