Searched refs:lastCount (Results 1 – 2 of 2) sorted by relevance
149 final int lastCount = mDe.getSharedPreferences(KEY_BOOT, 0).getInt(KEY_BOOT, -1); in doBootCountAfter() local151 assertTrue("Current boot count " + thisCount + " not greater than last " + lastCount, in doBootCountAfter()152 thisCount > lastCount); in doBootCountAfter()
645 int lastCount = 0; in assertNotificationCount() local648 lastCount = sbns.length; in assertNotificationCount()649 if (expectedCount == lastCount) return; in assertNotificationCount()656 fail("Expected " + expectedCount + " posted notifications, were " + lastCount); in assertNotificationCount()