Searched refs:unformattedData (Results 1 – 6 of 6) sorted by relevance
60 @NonNull AuctionServerPayloadUnformattedData unformattedData, int compressorVersion) { in apply()61 Objects.requireNonNull(unformattedData); in apply()65 byte[] data = unformattedData.getData(); in apply()
77 @NonNull AuctionServerPayloadUnformattedData unformattedData, int compressorVersion) { in apply()78 Objects.requireNonNull(unformattedData); in apply()82 byte[] data = unformattedData.getData(); in apply()
29 AuctionServerPayloadUnformattedData unformattedData, int compressorVersion); in apply() argument
600 AuctionServerPayloadUnformattedData unformattedData =602 return mPayloadFormatter.apply(unformattedData, version);
130 AuctionServerPayloadUnformattedData unformattedData = in testDataPaddingAndDispadding() local134 "Formatted data not un-formatted correctly.", data, unformattedData.getData()); in testDataPaddingAndDispadding()
150 AuctionServerPayloadUnformattedData unformattedData = in testDataPaddingAndDispadding() local154 "Formatted data not un-formatted correctly.", data, unformattedData.getData()); in testDataPaddingAndDispadding()