Searched refs:setLong (Results 1 - 3 of 3) sorted by relevance

/packages/apps/Exchange/src/com/android/exchange/utility/
H A DCalendarUtilities.java200 static void setLong(byte[] bytes, int offset, int value) { method in class:CalendarUtilities
691 setLong(tziBytes, MSFT_TIME_ZONE_BIAS_OFFSET, standardBias);
730 setLong(tziBytes, MSFT_TIME_ZONE_DAYLIGHT_BIAS_OFFSET, - dstOffset / MINUTES);
/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/common/
H A DEntrySchema.java124 field.setLong(object, cursor.getLong(columnIndex));
/packages/apps/Exchange/tests/src/com/android/exchange/utility/
H A DCalendarUtilitiesTests.java126 CalendarUtilities.setLong(bytes, 2, 0xBEEFBEEF);

Completed in 233 milliseconds