Home
last modified time | relevance | path

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

/aosp12/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/
H A DDumpableLog.kt27 private const val MAX_FILE_SIZE = 64 * 1024
79 if (file.length() > MAX_FILE_SIZE) {
/aosp12/frameworks/native/libs/input/
H A DPropertyMap_fuzz.cpp22 static constexpr int MAX_FILE_SIZE = 256; variable
48 std::string contents = dataProvider->ConsumeRandomLengthString(MAX_FILE_SIZE); in __anond7bced8b0502()
/aosp12/frameworks/base/core/tests/coretests/src/android/app/
H A DDownloadManagerStressTest.java78 int MAX_FILE_SIZE = 10 * 1024; // 10 kb in testMultipleDownloads() local
82 int size = r.nextInt(MAX_FILE_SIZE); in testMultipleDownloads()