Searched refs:setKeyOffset (Results 1 – 4 of 4) sorted by relevance
52 XNetworkData expected = new XNetworkData.Builder().setKeyOffset(keyOffsetValue).build(); in creation_withJsonObject_success()92 new XNetworkData.Builder().setKeyOffset(new UnsignedLong(13L)).build(); in testHashCode_notEquals()101 return new XNetworkData.Builder().setKeyOffset(new UnsignedLong(12L)).build(); in createExample()
45 new XNetworkData.Builder().setKeyOffset(new UnsignedLong(5L)).build();127 .setKeyOffset(new UnsignedLong(100L)) in testHashCode_notEquals()
902 .setKeyOffset(new UnsignedLong(12L)) in generateAttributionReport_xnaBitMap_binaryOrsKeys()980 .setKeyOffset(new UnsignedLong(12L)) in generateAttributionReport_xnaBitMapPresentForSomeKeys_binaryOrsKeys()1074 .setKeyOffset(new UnsignedLong(12L)) in generateAttributionReport_xnaBitMapWithoutBitmapping_doesNonXnaCalculation()1219 .setXNetworkData(new XNetworkData.Builder().setKeyOffset(null).build()) in generateAttributionReport_xnaBitMapWithoutOffset_fallbackToZeroOffset()
87 public Builder setKeyOffset(@Nullable UnsignedLong keyOffset) { in setKeyOffset() method in XNetworkData.Builder