Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/tests/robotests/src/com/android/bluetooth/opp/
DOppSendFileInfoTest.java43 private static final int TEST_FILE_SIZE = 10; field in OppSendFileInfoTest
65 doReturn(TEST_FILE_SIZE, -1).when(mFileInputStream).read(any(), eq(0), eq(4096)); in testFileOpen()
71 assertThat(sendFileInfo.mLength).isEqualTo(TEST_FILE_SIZE); in testFileOpen()