Searched refs:assertInteger (Results 1 – 4 of 4) sorted by relevance
64 assertInteger(parts[0]); // old version in testBatterystatsOutput()65 assertInteger(parts[1]); // UID in testBatterystatsOutput()226 assertInteger(parts[4]); // checkinVersion in checkVersion()227 assertInteger(parts[5]); // parcelVersion in checkVersion()234 assertInteger(parts[4]); // uid in checkUid()240 long wakeup_count = assertInteger(parts[4]); // wakeups in checkApk()243 assertInteger(parts[7]); // startTime in checkApk()244 assertInteger(parts[8]); // starts in checkApk()245 assertInteger(parts[9]); // launches in checkApk()254 assertInteger(parts[5]); // userMillis in checkProcess()[all …]
112 assertInteger(parts[0]); in testStoragedOutput()114 assertInteger(parts[1]); in testStoragedOutput()121 assertInteger(parts[i]); in testStoragedOutput()
66 protected static long assertInteger(String input) { in assertInteger() method in BaseDumpsysTest
350 sum += assertInteger(parts[i].substring(m.end(0))); in getTagValueSum()