Home
last modified time | relevance | path

Searched defs:convertToLong (Results 1 – 2 of 2) sorted by relevance

/aosp12/frameworks/opt/calendar/tests/src/com/android/calendarcommon2/
H A DRecurrenceSetTest.java205 private Long[] convertToLong(long[] primitives) { in convertToLong() method in RecurrenceSetTest
/aosp12/frameworks/base/obex/javax/obex/
H A DObexHelper.java823 public static long convertToLong(byte[] b) { in convertToLong() method in ObexHelper