Searched refs:readSingleLocalDataRow (Results 1 – 7 of 7) sorted by relevance
90 assertArrayEquals(data, mLocalDao.readSingleLocalDataRow("key")); in basicDaoOperations()91 assertArrayEquals(new byte[111111], mLocalDao.readSingleLocalDataRow("large")); in basicDaoOperations()94 assertEquals(null, mLocalDao.readSingleLocalDataRow("nonExistentKey")); in basicDaoOperations()97 assertEquals(null, mLocalDao.readSingleLocalDataRow("key")); in basicDaoOperations()127 assertEquals(null, mLocalDao.readSingleLocalDataRow("key")); in testReadUncreatedTable()
90 assertNotNull(mLocalDao.readSingleLocalDataRow("key")); in testResetDataTask()96 assertNull(mLocalDao.readSingleLocalDataRow("key")); in testResetDataTask()
330 byte[] data = mLocalDataDao.readSingleLocalDataRow(key); in localDataLookup()344 byte[] existingData = mLocalDataDao.readSingleLocalDataRow(key); in localDataPut()360 byte[] existingData = mLocalDataDao.readSingleLocalDataRow(key); in localDataDelete()462 modelData = mLocalDataDao.readSingleLocalDataRow(modelId.getKey()); in getModelFileDescriptor()
310 assertNotNull(localDao.readSingleLocalDataRow("key")); in testLocalDataCleanup()314 assertNull(localDao.readSingleLocalDataRow("key")); in testLocalDataCleanup()
330 assertThat(localDao.readSingleLocalDataRow(key)).isNotNull(); in testLocalDataCleanup()335 assertThat(localDao.readSingleLocalDataRow(key)).isNull(); in testLocalDataCleanup()
183 public byte[] readSingleLocalDataRow(String key) { in readSingleLocalDataRow() method in OnDevicePersonalizationLocalDataDao
276 assertArrayEquals(mLocalDao.readSingleLocalDataRow("localkey"), arr); in testLocalDataPut()295 assertNull(mLocalDao.readSingleLocalDataRow("localkey")); in testLocalDataRemove()