Home
last modified time | relevance | path

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

/cts/hostsidetests/appsecurity/test-apps/EncryptionApp/src/com/android/cts/encryptionapp/
DEncryptionAppTest.java126 final int thisCount = getBootCount(); in doBootCountBefore() local
127 mDe.getSharedPreferences(KEY_BOOT, 0).edit().putInt(KEY_BOOT, thisCount).commit(); in doBootCountBefore()
132 final int thisCount = getBootCount(); in doBootCountAfter() local
133 assertTrue("Current boot count " + thisCount + " not greater than last " + lastCount, in doBootCountAfter()
134 thisCount > lastCount); in doBootCountAfter()