Searched refs:lastCount (Results 1 – 2 of 2) sorted by relevance
121 final int lastCount = mDe.getSharedPreferences(KEY_BOOT, 0).getInt(KEY_BOOT, -1); in doBootCountAfter() local123 assertTrue("Current boot count " + thisCount + " not greater than last " + lastCount, in doBootCountAfter()124 thisCount > lastCount); in doBootCountAfter()
1015 int lastCount = 0; in assertNotificationCount() local1018 lastCount = sbns.length; in assertNotificationCount()1019 if (expectedCount == lastCount) return; in assertNotificationCount()1026 fail("Expected " + expectedCount + " posted notifications, were " + lastCount); in assertNotificationCount()