Searched refs:utcToLocalTime (Results 1 – 4 of 4) sorted by relevance
329 ConvertUtils.utcToLocalTime(mContext, /*timestamp=*/ 0); in testUtcToLocalTime_returnExpectedResult()335 assertThat(ConvertUtils.utcToLocalTime(mContext, timestamp)) in testUtcToLocalTime_returnExpectedResult()
275 + ConvertUtils.utcToLocalTime(mPrefContext, timestamp)); in setBatteryHistoryMap()290 ConvertUtils.utcToLocalTime(mPrefContext, in setBatteryHistoryMap()
189 ConvertUtils.utcToLocalTime(/*context=*/ null, mTimestamp); in toString()
138 public static String utcToLocalTime(Context context, long timestamp) { in utcToLocalTime() method in ConvertUtils