OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:beforeapp
(Results
1 - 1
of
1
) sorted by null
/cts/hostsidetests/appsecurity/test-apps/StorageStatsApp/src/com/android/cts/storagestatsapp/
StorageStatsTest.java
113
final StorageStats
beforeApp
= stats.queryStatsForUid(UUID_DEFAULT, uid);
122
assertMostlyEquals(deltaCode, afterApp.getAppBytes() -
beforeApp
.getAppBytes());
126
assertMostlyEquals(deltaData, afterApp.getDataBytes() -
beforeApp
.getDataBytes());
130
assertMostlyEquals(deltaCache, afterApp.getCacheBytes() -
beforeApp
.getCacheBytes());
Completed in 86 milliseconds