Home
last modified time | relevance | path

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

/frameworks/base/services/tests/mockingservicestests/src/com/android/server/am/
DAppCompactorTest.java98 compactActionIntToString(AppCompactor.DEFAULT_COMPACT_ACTION_2)); in init_setsDefaults()
139 Integer.toString((AppCompactor.DEFAULT_COMPACT_ACTION_2 + 1 % 4) + 1), false); in init_withDeviceConfigSetsParameters()
178 compactActionIntToString((AppCompactor.DEFAULT_COMPACT_ACTION_2 + 1 % 4) + 1)); in init_withDeviceConfigSetsParameters()
254 int expectedFull = (AppCompactor.DEFAULT_COMPACT_ACTION_2 + i) % 4 + 1; in compactAction_listensToDeviceConfigChanges()
283 compactActionIntToString(AppCompactor.DEFAULT_COMPACT_ACTION_2)); in compactAction_listensToDeviceConfigChangesBadValues()
295 compactActionIntToString(AppCompactor.DEFAULT_COMPACT_ACTION_2)); in compactAction_listensToDeviceConfigChangesBadValues()
/frameworks/base/services/core/java/com/android/server/am/
DAppCompactor.java89 @VisibleForTesting static final int DEFAULT_COMPACT_ACTION_2 = COMPACT_ACTION_FULL_FLAG; field in AppCompactor
171 compactActionIntToString(DEFAULT_COMPACT_ACTION_2);
377 KEY_COMPACT_ACTION_2, DEFAULT_COMPACT_ACTION_2); in updateCompactionActions()