Searched refs:KEY_USE_COMPACTION (Results 1 – 2 of 2) sorted by relevance
57 @VisibleForTesting static final String KEY_USE_COMPACTION = "use_compaction"; field in AppCompactor136 if (KEY_USE_COMPACTION.equals(name)) {263 pw.println(" " + KEY_USE_COMPACTION + "=" + mUseCompaction); in dump()364 KEY_USE_COMPACTION, DEFAULT_USE_COMPACTION); in updateUseCompaction()
133 AppCompactor.KEY_USE_COMPACTION, "true", false); in init_withDeviceConfigSetsParameters()210 AppCompactor.KEY_USE_COMPACTION, "true", false); in useCompaction_listensToDeviceConfigChanges()220 AppCompactor.KEY_USE_COMPACTION, "false", false); in useCompaction_listensToDeviceConfigChanges()234 AppCompactor.KEY_USE_COMPACTION, "foobar", false); in useCompaction_listensToDeviceConfigChangesBadValues()