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

/packages/apps/Gallery2/src/com/android/gallery3d/ingest/
H A DSimpleDate.java39 private static Calendar sCalendarInstance = Calendar.getInstance(); field in class:SimpleDate
42 synchronized (sCalendarInstance) {
44 sCalendarInstance.setTimeInMillis(timestamp);
45 this.day = sCalendarInstance.get(Calendar.DATE);
46 this.month = sCalendarInstance.get(Calendar.MONTH);
47 this.year = sCalendarInstance.get(Calendar.YEAR);

Completed in 6 milliseconds