Home
last modified time | relevance | path

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

/frameworks/base/services/tests/mockingservicestests/src/com/android/server/am/
DAppCompactorTest.java96 compactActionIntToString(AppCompactor.DEFAULT_COMPACT_ACTION_1)); in init_setsDefaults()
136 Integer.toString((AppCompactor.DEFAULT_COMPACT_ACTION_1 + 1 % 4) + 1), false); in init_withDeviceConfigSetsParameters()
176 compactActionIntToString((AppCompactor.DEFAULT_COMPACT_ACTION_1 + 1 % 4) + 1)); in init_withDeviceConfigSetsParameters()
251 int expectedSome = (AppCompactor.DEFAULT_COMPACT_ACTION_1 + i) % 4 + 1; in compactAction_listensToDeviceConfigChanges()
281 compactActionIntToString(AppCompactor.DEFAULT_COMPACT_ACTION_1)); in compactAction_listensToDeviceConfigChangesBadValues()
293 compactActionIntToString(AppCompactor.DEFAULT_COMPACT_ACTION_1)); in compactAction_listensToDeviceConfigChangesBadValues()
/frameworks/base/services/core/java/com/android/server/am/
DAppCompactor.java88 @VisibleForTesting static final int DEFAULT_COMPACT_ACTION_1 = COMPACT_ACTION_FILE_FLAG; field in AppCompactor
168 compactActionIntToString(DEFAULT_COMPACT_ACTION_1);
374 KEY_COMPACT_ACTION_1, DEFAULT_COMPACT_ACTION_1); in updateCompactionActions()