Searched defs:startMinute (Results 1 – 5 of 5) sorted by relevance
65 val startMinute: Int = prefs.getInt(KEY_OTHER_QUIET_HOURS_START_MINUTE, in onCreate() constant
921 var startMinute: Int = in createDNAStrands() variable1572 var startMinute = 0 // in minutes since the start of the week = variable in com.android.calendar.Utils.DNASegment
893 int startMinute = local.getHour() * 60 + local.getMinute(); in computeTimezoneDependentFields() local
5198 sInstancesProjectionMap.put(Instances.START_MINUTE, "startMinute"); in sInstancesProjectionMap.put()
1154 int startMinute = ((data[pos + 5] & 0xf0) >> 4) * 10 + (data[pos + 5] & 0x0f); in parseDVBEIT() local