Searched refs:INITIAL_CHILDREN_CAPACITY (Results 1 – 1 of 1) sorted by relevance
162 private static final int INITIAL_CHILDREN_CAPACITY = 5; field in ContentCaptureSession298 mChildren = new ArrayList<>(INITIAL_CHILDREN_CAPACITY); in createContentCaptureSession()