OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:afterapp
(Results
1 - 1
of
1
) sorted by null
/cts/hostsidetests/appsecurity/test-apps/StorageStatsApp/src/com/android/cts/storagestatsapp/
StorageStatsTest.java
118
final StorageStats
afterApp
= 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 107 milliseconds