OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CODE_ALL
(Results
1 - 2
of
2
) sorted by null
/cts/hostsidetests/appsecurity/test-apps/StorageStatsApp/src/com/android/cts/storagestatsapp/
StorageStatsTest.java
22
import static com.android.cts.storageapp.Utils.
CODE_ALL
;
121
final long deltaCode =
CODE_ALL
;
153
assertMostlyEquals(
CODE_ALL
* 2, as.getAppBytes(), 5 * MB_IN_BYTES);
154
assertMostlyEquals(
CODE_ALL
* 1, bs.getAppBytes(), 5 * MB_IN_BYTES);
156
assertMostlyEquals(
CODE_ALL
* 4, as.getAppBytes(), 5 * MB_IN_BYTES);
157
assertMostlyEquals(
CODE_ALL
* 2, bs.getAppBytes(), 5 * MB_IN_BYTES);
/cts/hostsidetests/appsecurity/test-apps/StorageApp/src/com/android/cts/storageapp/
Utils.java
60
public static final long
CODE_ALL
= 29 * MB_IN_BYTES;
Completed in 75 milliseconds