Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/util/apk/
DApkSigningBlockUtils.java823 int levelCount = 0; in verifyProofOfRotationStruct() local
849 levelCount++; in verifyProofOfRotationStruct()
869 + levelCount + " using " + sigAlgParams.first + " when verifying" in verifyProofOfRotationStruct()
879 + levelCount + " when verifying Proof-of-rotation record"); in verifyProofOfRotationStruct()
888 + "Proof-of-rotation record at certificate #" + levelCount + ". All " in verifyProofOfRotationStruct()
901 + levelCount + " when verifying Proof-of-rotation record", e); in verifyProofOfRotationStruct()
903 throw new SecurityException("Failed to decode certificate #" + levelCount in verifyProofOfRotationStruct()
/frameworks/base/services/core/java/com/android/server/power/stats/
DBatteryStatsImpl.java12997 final int levelCount = CELL_SIGNAL_STRENGTH_LEVEL_COUNT; in incrementPerRatDataLocked() local
12998 long[] perSignalStrengthActiveTimeMs = new long[levelCount]; in incrementPerRatDataLocked()
13007 for (int level = 0; level < levelCount; level++) { in incrementPerRatDataLocked()
13025 for (int level = 0; level < levelCount; level++) { in incrementPerRatDataLocked()