Home
last modified time | relevance | path

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

/platform_testing/tests/automotive/health/boottime/src/android/boottime/
DBootTimeTest.java88 private int mBootCount = 5; field in BootTimeTest
170 for (int count = 0; count < mBootCount; count++) { in testSuccessiveBoots()
185 for (int count = 0; count < mBootCount; count++) { in testSuccessiveBootsDismissPin()
/platform_testing/host_runners/boot/src/com/android/boot/
DBootTimeTest.java230 private int mBootCount = 5; field in BootTimeTest
418 listener.testRunStarted(mTestRunName, mBootCount + 1); in run()
611 for (int count = 0; count < mBootCount; count++) { in testSuccessiveBoots()
732 if (count != (mBootCount - 1)) { in testSuccessiveBoots()
739 if (count != (mBootCount - 1)) { in testSuccessiveBoots()