Searched refs:utcTime (Results 1 – 1 of 1) sorted by relevance
215 timestampType utcTime = pos.setTimestampToNewInstance(); in generateSuplPositionInitLocalLocationMessage() local217 utcTime.setYear(currentTime.get(Calendar.YEAR)); in generateSuplPositionInitLocalLocationMessage()218 utcTime.setMonth(currentTime.get(Calendar.MONTH) + 1); // Calendar's MONTH starts from 0. in generateSuplPositionInitLocalLocationMessage()219 utcTime.setDay(currentTime.get(Calendar.DAY_OF_MONTH)); in generateSuplPositionInitLocalLocationMessage()220 utcTime.setHour(currentTime.get(Calendar.HOUR_OF_DAY)); in generateSuplPositionInitLocalLocationMessage()221 utcTime.setMinute(currentTime.get(Calendar.MINUTE)); in generateSuplPositionInitLocalLocationMessage()222 utcTime.setSecond(currentTime.get(Calendar.SECOND)); in generateSuplPositionInitLocalLocationMessage()