Home
last modified time | relevance | path

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

/frameworks/base/services/tests/mockingservicestests/src/com/android/server/blob/
DBlobStoreConfigTest.java63 BlobStoreConfig.DeviceConfigProperties.KEY_TOTAL_BYTES_PER_APP_LIMIT_FLOOR, in testGetAppDataBytesLimit()
75 BlobStoreConfig.DeviceConfigProperties.KEY_TOTAL_BYTES_PER_APP_LIMIT_FLOOR, in testGetAppDataBytesLimit()
/frameworks/base/apex/blobstore/service/java/com/android/server/blob/
DBlobStoreConfig.java86 public static final String KEY_TOTAL_BYTES_PER_APP_LIMIT_FLOOR = field in BlobStoreConfig.DeviceConfigProperties
195 case KEY_TOTAL_BYTES_PER_APP_LIMIT_FLOOR: in refresh()
250 fout.println(String.format(dumpFormat, KEY_TOTAL_BYTES_PER_APP_LIMIT_FLOOR, in dump()