Searched refs:storesExactTime (Results 1 – 1 of 1) sorted by relevance
99 val storesExactTime = storesExactTime() in serialize() constant100 out.attribute(ns, ATTR_STORE_EXACT_TIME, storesExactTime.toString()) in serialize()101 val format = if (storesExactTime) exactTimeFormat else dateFormat in serialize()133 val storesExactTime = storesExactTime() in readPermissionChanges() constant134 val truncateToDay = didStoreExactTime != storesExactTime && !storesExactTime in readPermissionChanges()200 private fun storesExactTime(): Boolean { in storesExactTime() method