OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getAllocatableBytes
(Results
1 - 2
of
2
) sorted by null
/cts/hostsidetests/appsecurity/test-apps/StorageStatsApp/src/com/android/cts/storagestatsapp/
StorageStatsTest.java
259
final long beforeAllocatable = sm.
getAllocatableBytes
(filesUuid);
279
sm.
getAllocatableBytes
(filesUuid), 10 * MB_IN_BYTES);
284
sm.
getAllocatableBytes
(filesUuid), 10 * MB_IN_BYTES);
/cts/hostsidetests/appsecurity/test-apps/StorageApp/src/com/android/cts/storageapp/
StorageTest.java
195
sm.
getAllocatableBytes
(filesUuid) > 10 * MB_IN_BYTES);
197
sm.
getAllocatableBytes
(extUuid) > 10 * MB_IN_BYTES);
Completed in 223 milliseconds