Home
last modified time | relevance | path

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

/packages/apps/RetailDemo/tests/src/com/android/retaildemo/
DDataReaderWriterTest.java60 final int testBootCount = 11; in testWriteReadLastBootCount() local
61 DataReaderWriter.writeLastBootCount(mContext, testBootCount); in testWriteReadLastBootCount()
62 assertEquals(testBootCount, DataReaderWriter.readLastBootCount(mContext)); in testWriteReadLastBootCount()
69 final int testBootCount = 11; in testWriteReadLastBootCount_fileAlreadyExists() local
70 DataReaderWriter.writeLastBootCount(mContext, testBootCount); in testWriteReadLastBootCount_fileAlreadyExists()
71 assertEquals(testBootCount, DataReaderWriter.readLastBootCount(mContext)); in testWriteReadLastBootCount_fileAlreadyExists()