Searched refs:mMaxShard (Results 1 – 1 of 1) sorted by relevance
146 private Integer mMaxShard = null; field in AndroidJUnitTest534 if (mMaxShard != null) { in split()535 shardCount = Math.min(shardCount, mMaxShard); in split()