Home
last modified time | relevance | path

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

/frameworks/native/libs/input/
DPropertyMap_fuzz.cpp21 static constexpr int MAX_FILE_SIZE = 256; variable
37 std::string contents = dataProvider->ConsumeRandomLengthString(MAX_FILE_SIZE); in __anon7da9061f0302()
/frameworks/base/core/tests/coretests/src/android/app/
DDownloadManagerStressTest.java78 int MAX_FILE_SIZE = 10 * 1024; // 10 kb in testMultipleDownloads() local
82 int size = r.nextInt(MAX_FILE_SIZE); in testMultipleDownloads()