Searched refs:getDigit (Results 1 – 4 of 4) sorted by relevance
/aosp14/frameworks/base/cmds/incident_helper/java/com/android/commands/incident/sections/ |
H A D | PersistLogSection.java | 241 int month = getDigit(line, 0) * 10 + getDigit(line, 1); in getEpochSec() 242 int day = getDigit(line, 3) * 10 + getDigit(line, 4); in getEpochSec() 261 int hh = getDigit(line, 6) * 10 + getDigit(line, 7); in getEpochSec() 262 int mm = getDigit(line, 9) * 10 + getDigit(line, 10); in getEpochSec() 263 int ss = getDigit(line, 12) * 10 + getDigit(line, 13); in getEpochSec() 270 num = num * 10 + getDigit(line, i); in parseInt() 275 private static int getDigit(String str, int pos) { in getDigit() method in PersistLogSection
|
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |
/aosp14/frameworks/base/boot/ |
H A D | boot-image-profile.txt | 9314 HSPLandroid/icu/impl/number/DecimalQuantity_AbstractBCD;->getDigit(I)B+]Landroid/icu/impl/number/De… 9866 HSPLandroid/icu/text/DecimalFormatSymbols;->getDigit()C
|
/aosp14/frameworks/base/config/ |
H A D | boot-image-profile.txt | 9317 HSPLandroid/icu/impl/number/DecimalQuantity_AbstractBCD;->getDigit(I)B+]Landroid/icu/impl/number/De… 9869 HSPLandroid/icu/text/DecimalFormatSymbols;->getDigit()C
|