Searched refs:BytesResult (Results 1 – 7 of 7) sorted by relevance
/frameworks/base/core/java/android/text/format/ |
D | Formatter.java | 56 public static class BytesResult { class in Formatter 66 public BytesResult(String value, String units, String unitsContentDescription, in BytesResult() method in Formatter.BytesResult 276 public static BytesResult formatBytes(Resources res, long sizeBytes, int flags) { in formatBytes() 293 return new BytesResult(formattedNumber, units, unitsContentDescription, in formatBytes()
|
/frameworks/base/core/tests/coretests/src/android/text/format/ |
D | FormatterTest.java | 28 import android.text.format.Formatter.BytesResult; 102 BytesResult r = Formatter.formatBytes(mContext.getResources(), 1, 0); in testFormatBytes() 280 BytesResult r = Formatter.formatBytes(mContext.getResources(), bytes, in checkFormatBytes()
|
/frameworks/base/boot/ |
D | preloaded-classes | 8157 android.text.format.Formatter$BytesResult
|
D | boot-image-profile.txt | 15054 …rmatter;->formatBytes(Landroid/content/res/Resources;JI)Landroid/text/format/Formatter$BytesResult; 30566 Landroid/text/format/Formatter$BytesResult;
|
/frameworks/base/config/ |
D | preloaded-classes | 8188 android.text.format.Formatter$BytesResult
|
D | boot-image-profile.txt | 15118 …rmatter;->formatBytes(Landroid/content/res/Resources;JI)Landroid/text/format/Formatter$BytesResult; 40727 Landroid/text/format/Formatter$BytesResult;
|
/frameworks/base/boot/hiddenapi/ |
D | hiddenapi-max-target-o.txt | 55422 Landroid/text/format/Formatter$BytesResult;-><init>(Ljava/lang/String;Ljava/lang/String;J)V 55423 Landroid/text/format/Formatter$BytesResult;->roundedBytes:J 55424 Landroid/text/format/Formatter$BytesResult;->units:Ljava/lang/String; 55425 Landroid/text/format/Formatter$BytesResult;->value:Ljava/lang/String;
|