Searched refs:testBootCount (Results 1 – 1 of 1) sorted by relevance
60 final int testBootCount = 11; in testWriteReadLastBootCount() local61 DataReaderWriter.writeLastBootCount(mContext, testBootCount); in testWriteReadLastBootCount()62 assertEquals(testBootCount, DataReaderWriter.readLastBootCount(mContext)); in testWriteReadLastBootCount()69 final int testBootCount = 11; in testWriteReadLastBootCount_fileAlreadyExists() local70 DataReaderWriter.writeLastBootCount(mContext, testBootCount); in testWriteReadLastBootCount_fileAlreadyExists()71 assertEquals(testBootCount, DataReaderWriter.readLastBootCount(mContext)); in testWriteReadLastBootCount_fileAlreadyExists()