Searched refs:lastCount (Results 1 – 2 of 2) sorted by relevance
156 final int lastCount = mDe.getSharedPreferences(KEY_BOOT, 0).getInt(KEY_BOOT, -1); in doBootCountAfter() local158 assertTrue("Current boot count " + thisCount + " not greater than last " + lastCount, in doBootCountAfter()159 thisCount > lastCount); in doBootCountAfter()
392 int lastCount = 0; in assertNotificationCount() local395 lastCount = sbns.length; in assertNotificationCount()396 if (expectedCount == lastCount) return; in assertNotificationCount()403 fail("Expected " + expectedCount + " posted notifications, were " + lastCount); in assertNotificationCount()