Searched refs:thisCount (Results 1 – 1 of 1) sorted by relevance
144 final int thisCount = getBootCount(); in doBootCountBefore() local145 mDe.getSharedPreferences(KEY_BOOT, 0).edit().putInt(KEY_BOOT, thisCount).commit(); in doBootCountBefore()150 final int thisCount = getBootCount(); in doBootCountAfter() local151 assertTrue("Current boot count " + thisCount + " not greater than last " + lastCount, in doBootCountAfter()152 thisCount > lastCount); in doBootCountAfter()