Searched refs:KEY_PREFIX_MAX_TOTAL (Results 1 – 2 of 2) sorted by relevance
2293 static final String KEY_PREFIX_MAX_TOTAL = CONFIG_KEY_PREFIX_CONCURRENCY + "max_total_"; field in WorkTypeConfig2377 properties.getInt(KEY_PREFIX_MAX_TOTAL + mConfigIdentifier, mDefaultMaxTotal))); in update()2489 pw.print(KEY_PREFIX_MAX_TOTAL + mConfigIdentifier, mMaxTotal).println(); in dump()
1037 .setInt(WorkTypeConfig.KEY_PREFIX_MAX_TOTAL + identifier, total); in setConcurrencyConfig()