Home
last modified time | relevance | path

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

/cts/hostsidetests/appsecurity/src/android/appsecurity/cts/
DBootCountTrackerRule.java37 private int mExpectedBootCountDifference; field in BootCountTrackerRule
42 mExpectedBootCountDifference = expectedBootCountDifference; in BootCountTrackerRule()
58 && bootDifference > mExpectedBootCountDifference) { in apply()
62 + mExpectedBootCountDifference + " Actual: " in apply()
74 mExpectedBootCountDifference += increment;