Home
last modified time | relevance | path

Searched refs:setLong (Results 1 – 4 of 4) sorted by relevance

/packages/apps/Exchange/exchange2/src/com/android/exchange/utility/
DCalendarUtilities.java201 static void setLong(byte[] bytes, int offset, int value) { in setLong() method in CalendarUtilities
692 setLong(tziBytes, MSFT_TIME_ZONE_BIAS_OFFSET, standardBias); in timeZoneToTziStringImpl()
731 setLong(tziBytes, MSFT_TIME_ZONE_DAYLIGHT_BIAS_OFFSET, - dstOffset / MINUTES); in timeZoneToTziStringImpl()
/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/common/
DEntrySchema.java124 field.setLong(object, cursor.getLong(columnIndex)); in cursorToObject()
/packages/apps/Exchange/tests/src/com/android/exchange/utility/
DCalendarUtilitiesTests.java126 CalendarUtilities.setLong(bytes, 2, 0xBEEFBEEF); in testGetSet()
/packages/apps/Exchange/exchange2/tests/src/com/android/exchange/utility/
DCalendarUtilitiesTests.java126 CalendarUtilities.setLong(bytes, 2, 0xBEEFBEEF); in testGetSet()