Home
last modified time | relevance | path

Searched defs:setTimeZone (Results 1 – 4 of 4) sorted by relevance

/packages/apps/DeskClock/src/com/android/deskclock/
DAnalogClock.kt140 fun setTimeZone(id: String) { in setTimeZone() method
/packages/apps/Calendar/src/com/android/calendar/
DCalendarUtils.kt195 fun setTimeZone(context: Context, timeZone: String) { in setTimeZone() method in com.android.calendar.CalendarUtils
DUtils.kt230 @JvmStatic fun setTimeZone(context: Context?, timeZone: String?) { in setTimeZone() method
/packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/model/
DProvisioningParams.java700 public Builder setTimeZone(String timeZone) { in setTimeZone() method in ProvisioningParams.Builder