Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/tests/coretests/src/android/text/format/
H A DFormatterTest.java272 private void checkFormatBytes(long bytes, boolean useShort, in checkFormatBytes() argument
274 checkFormatBytes(bytes, (useShort ? Formatter.FLAG_SHORTER : 0), in checkFormatBytes()