Searched refs:lastCount (Results 1 – 2 of 2) sorted by relevance
131 final int lastCount = mDe.getSharedPreferences(KEY_BOOT, 0).getInt(KEY_BOOT, -1); in doBootCountAfter() local133 assertTrue("Current boot count " + thisCount + " not greater than last " + lastCount, in doBootCountAfter()134 thisCount > lastCount); in doBootCountAfter()
455 int lastCount = 0; in assertNotificationCount() local458 lastCount = sbns.length; in assertNotificationCount()459 if (expectedCount == lastCount) return; in assertNotificationCount()466 fail("Expected " + expectedCount + " posted notifications, were " + lastCount); in assertNotificationCount()