Home
last modified time | relevance | path

Searched refs:getSecond (Results 1 – 20 of 20) sorted by relevance

/frameworks/opt/calendar/tests/src/com/android/calendarcommon2/
DTimeTest.java75 assertEquals(1, t.getSecond()); in testAdd()
95 assertEquals(0, t.getSecond()); in testClear()
172 assertEquals(0, t.getSecond()); in testParse()
180 assertEquals(0, t.getSecond()); in testParse()
208 || t.getHour() != 9 || t.getMinute() != 50 || t.getSecond() != 50 in testParse3339()
215 || t.getHour() != 9 || t.getMinute() != 50 || t.getSecond() != 50 in testParse3339()
222 || t.getHour() != 9 || t.getMinute() != 50 || t.getSecond() != 50 in testParse3339()
229 || t.getHour() != 9 || t.getMinute() != 50 || t.getSecond() != 50 in testParse3339()
236 || t.getHour() != 9 || t.getMinute() != 50 || t.getSecond() != 50 in testParse3339()
244 || t.getHour() != 10 || t.getMinute() != 55 || t.getSecond() != 50 in testParse3339()
[all …]
/frameworks/layoutlib/bridge/src/android/content/res/
DResources_Delegate.java178 String key = value.getSecond().getValue(); in getDrawable()
186 ResourceHelper.getDrawable(value.getSecond(), getContext(resources), theme); in getDrawable()
213 ResourceValue resourceValue = value.getSecond(); in getColor()
250 ColorStateList stateList = ResourceHelper.getColorStateList(resValue.getSecond(), in getColorStateList()
269 ResourceValue resValue = value.getSecond(); in getText()
288 ResourceValue resValue = value.getSecond(); in getText()
428 ResourceValue resValue = v.getSecond(); in getArrayResourceValue()
481 ResourceValue value = v.getSecond(); in getLayout()
508 ResourceValue value = v.getSecond(); in getAnimation()
576 ResourceValue resValue = value.getSecond(); in getDimension()
[all …]
/frameworks/base/core/java/android/text/format/
DTime.java1171 n = wallTime.getSecond(); in format2445()
1201 wallTime.getSecond(), in toStringInternal()
1240 diff = aObject.wallTime.getSecond() - bObject.wallTime.getSecond(); in compare()
1259 time.second = wallTime.getSecond(); in copyFieldsToTime()
DTimeFormatter.java136 append2DigitNumber(stringBuilder, localDateTime.getSecond()); in formatMillisWithFixedFormat()
344 wallTime.getSecond()); in handleToken()
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/binding/
DFakeExpandableAdapter.java138 mSkipCallbackParser = pair.getSecond(); in getGroupView()
150 mSkipCallbackParser = pair.getSecond(); in getChildView()
DFakeAdapter.java115 mSkipCallbackParser = pair.getSecond(); in getView()
DAdapterHelper.java52 skipCallbackParser |= pair.getSecond(); in getView()
/frameworks/base/core/java/android/hardware/display/
DTime.java37 mSecond = localTime.getSecond(); in Time()
/frameworks/base/libs/hwui/utils/
DPair.h36 inline const S& getSecond() const { return second; } in getSecond() function
/frameworks/opt/calendar/src/com/android/calendarcommon2/
DRecurrenceProcessor.java274 iterator.getSecond(), in filter()
882 int iteratorSecond = iterator.getSecond(); in expand()
1123 int second = date.getSecond(); in unsafeNormalize()
1289 + (normalized.getMinute() << 6) + normalized.getSecond(); in normDateTimeComparisonValue()
DTime.java342 public int getSecond() { in getSecond() method in Time
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
DRenderSessionImpl.java242 int neededHeight = neededMeasure.getSecond(); in measureLayout()
263 int measuredHeight = exactMeasure.getSecond(); in measureLayout()
690 skipCallbackParser |= pair.getSecond(); in postInflateProcess()
702 skipCallbackParser |= pair.getSecond(); in postInflateProcess()
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
DBridgeContext.java721 if (typeArrayAndPropertiesPair.getSecond() != null) { in internalObtainStyledAttributes()
727 defaultPropMap = typeArrayAndPropertiesPair.getSecond(); in internalObtainStyledAttributes()
730 defaultPropMap.putAll(typeArrayAndPropertiesPair.getSecond()); in internalObtainStyledAttributes()
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/
DBridge.java540 … return new ResourceReference(ResourceNamespace.ANDROID, pair.getFirst(), pair.getSecond()); in resolveResourceId()
/frameworks/base/core/java/android/widget/
DAnalogClock.java766 float rawSeconds = localTime.getSecond() + localTime.getNano() / 1_000_000_000f; in onTimeChanged()
/frameworks/base/telephony/java/com/android/internal/telephony/gsm/
DSmsMessage.java756 int second = localDateTime.getSecond(); in getDeliverPdu()
/frameworks/base/telephony/java/com/android/internal/telephony/cdma/sms/
DBearerData.java303 ts.second = localDateTime.getSecond(); in fromMillis()
/frameworks/base/config/
Dboot-image-profile.txt21336 HSPLcom/android/i18n/timezone/WallTime;->getSecond()I
26999 HSPLjava/time/LocalDateTime;->getSecond()I+]Ljava/time/LocalTime;Ljava/time/LocalTime;
27023 HSPLjava/time/LocalTime;->getSecond()I
/frameworks/base/boot/
Dboot-image-profile.txt21289 HSPLcom/android/i18n/timezone/WallTime;->getSecond()I
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt53459 method public abstract int getSecond();