Searched defs:setDataSize (Results 1 - 2 of 2) sorted by relevance

/system/extras/tests/sdcard/
H A Dstopwatch.h94 // A StopWatch instance measures time intervals. Use setDataSize
97 void setDataSize(size_t size_in_bytes) { mSizeKbytes = size_in_bytes / 1000; } function in class:android_test::StopWatch
H A Dtestcase.h64 void setDataSize(size_t val) { mDataSize = val; } function in class:android_test::TestCase

Completed in 99 milliseconds