Searched refs:mSelectionSize (Results 1 – 1 of 1) sorted by relevance
110 private final int mSelectionSize; field in UrisSupplier.JumboUrisSupplier121 mSelectionSize = bundle.getInt(OP_JUMBO_SELECTION_SIZE); in JumboUrisSupplier()122 assert(mSelectionSize > Shared.MAX_DOCS_IN_INTENT); in JumboUrisSupplier()133 mSelectionSize = uris.size(); in JumboUrisSupplier()138 return mSelectionSize; in getItemCount()174 builder.append(", selectionSize=").append(mSelectionSize); in toString()182 dest.writeInt(mSelectionSize); in writeToParcel()187 mSelectionSize = in.readInt(); in JumboUrisSupplier()