Searched refs:COLLECTION_SIZE_KEY (Results 1 – 1 of 1) sorted by relevance
42 private static final String COLLECTION_SIZE_KEY = "COLLECTION_LENGTH"; field in PersistableBundleUtils137 result.putInt(COLLECTION_SIZE_KEY, in.size()); in fromList()156 final int listLength = in.getInt(COLLECTION_SIZE_KEY); in toList()226 result.putInt(COLLECTION_SIZE_KEY, in.size()); in fromMap()264 final int mapSize = in.getInt(COLLECTION_SIZE_KEY); in toMap()