HomeSort by relevance Sort by last modified time
    Searched full:month_string (Results 1 - 1 of 1) sorted by null

  /cts/tests/tests/keystore/src/android/keystore/cts/
KeyAttestationTest.java 479 String month_string = matcher.group(OS_PATCH_LEVEL_MONTH_GROUP_NAME); local
480 int patch_level = Integer.parseInt(year_string) * 100 + Integer.parseInt(month_string);
    [all...]

Completed in 545 milliseconds