Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
H A DBluetoothUtils.java39 public static final int META_INT_ERROR = -1; field in BluetoothUtils
352 return META_INT_ERROR; in getIntMetaData()
356 return META_INT_ERROR; in getIntMetaData()
361 return META_INT_ERROR; in getIntMetaData()
/aosp12/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/bluetooth/
H A DBluetoothUtilsTest.java122 .isEqualTo(BluetoothUtils.META_INT_ERROR); in getIntMetaData_invalidMetaData_getErrorCode()
/aosp12/packages/apps/Settings/src/com/android/settings/bluetooth/
H A DAdvancedBluetoothDetailsHeaderController.java280 if (batteryLevel != BluetoothUtils.META_INT_ERROR) { in updateSubLayout()
287 if (lowBatteryLevel == BluetoothUtils.META_INT_ERROR) { in updateSubLayout()
/aosp12/packages/apps/Settings/tests/robotests/src/com/android/settings/bluetooth/
H A DAdvancedBluetoothDetailsHeaderControllerTest.java147 String.valueOf(BluetoothUtils.META_INT_ERROR).getBytes()); in refresh_connectedWatch_unknownBatteryLevel_shouldNotShowBatteryLevel()