Home
last modified time | relevance | path

Searched refs:lastCount (Results 1 – 2 of 2) sorted by relevance

/cts/hostsidetests/appsecurity/test-apps/EncryptionApp/src/com/android/cts/encryptionapp/
DEncryptionAppTest.java131 final int lastCount = mDe.getSharedPreferences(KEY_BOOT, 0).getInt(KEY_BOOT, -1); in doBootCountAfter() local
133 assertTrue("Current boot count " + thisCount + " not greater than last " + lastCount, in doBootCountAfter()
134 thisCount > lastCount); in doBootCountAfter()
/cts/tests/app/src/android/app/cts/
DNotificationManagerTest.java455 int lastCount = 0; in assertNotificationCount() local
458 lastCount = sbns.length; in assertNotificationCount()
459 if (expectedCount == lastCount) return; in assertNotificationCount()
466 fail("Expected " + expectedCount + " posted notifications, were " + lastCount); in assertNotificationCount()