Searched refs:getLongValue (Results 1 – 5 of 5) sorted by relevance
114 assertEquals(maxRepresentableValue, tableReader.getEntry(1).getLongValue()); in entryGetValue_int()139 assertEquals(maxRepresentableValue, tableReader.getEntry(maxKey).getLongValue()); in entryGetValue_long()142 assertEquals(minRepresentableValue, tableReader.getEntry(minKey).getLongValue()); in entryGetValue_long()385 assertEquals(1234L, tableReader.findLongValueEntry(entryMatcher3).getLongValue()); in findLongValueEntry()391 assertEquals(-2345L, tableReader.findLongValueEntry(entryMatcher5).getLongValue()); in findLongValueEntry()413 assertEquals(456L, entry.getLongValue()); in entryBasicInfo_int()435 assertEquals(4567890, entry.getLongValue()); in entryBasicInfo_long()
296 int compare = entryMatcher.compare(key, getLongValue()); in findNearbyEntry()337 public long getLongValue() { in getLongValue() method in PackedTableReader.Entry
138 public long getLongValue() { in getLongValue() method in StatsDimensionsValue
87 assertThat(sdvChildren.get(2).getLongValue()).isEqualTo(longValue); in testConversionFromStructuredParcel()
66 method public long getLongValue();