Searched refs:getBootCount (Results 1 – 5 of 5) sorted by relevance
51 int preTestBootCount = getBootCount(); in apply()55 int postTestBootCount = getBootCount(); in apply()82 private int getBootCount() throws DeviceNotAvailableException {
35 getBootCount(context) + "." + intent.getAction()); in onReceive()43 private static int getBootCount(Context context) throws Exception { in getBootCount() method in BaseBootReceiver
151 final int thisCount = getBootCount(); in doBootCountBefore()157 final int thisCount = getBootCount(); in doBootCountAfter()454 private int getBootCount() throws Exception { in getBootCount() method in EncryptionAppTest477 String fileName = getBootCount() + "." + action; in awaitBroadcast()480 TestUtils.waitUntil("Didn't receive broadcast " + action + " for boot " + getBootCount(), in awaitBroadcast()
94 GarageModeChecker.getBootCount(context)); in onCreate()137 long currentBootCount = GarageModeChecker.getBootCount(context); in verifyStatus()
176 static int getBootCount(Context context) { in getBootCount() method in GarageModeChecker