/frameworks/opt/calendar/tests/src/com/android/calendarcommon2/ |
D | TimeTest.java | 75 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/ |
D | Resources_Delegate.java | 178 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/ |
D | Time.java | 1171 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()
|
D | TimeFormatter.java | 136 append2DigitNumber(stringBuilder, localDateTime.getSecond()); in formatMillisWithFixedFormat() 344 wallTime.getSecond()); in handleToken()
|
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/binding/ |
D | FakeExpandableAdapter.java | 138 mSkipCallbackParser = pair.getSecond(); in getGroupView() 150 mSkipCallbackParser = pair.getSecond(); in getChildView()
|
D | FakeAdapter.java | 115 mSkipCallbackParser = pair.getSecond(); in getView()
|
D | AdapterHelper.java | 52 skipCallbackParser |= pair.getSecond(); in getView()
|
/frameworks/base/core/java/android/hardware/display/ |
D | Time.java | 37 mSecond = localTime.getSecond(); in Time()
|
/frameworks/base/libs/hwui/utils/ |
D | Pair.h | 36 inline const S& getSecond() const { return second; } in getSecond() function
|
/frameworks/opt/calendar/src/com/android/calendarcommon2/ |
D | RecurrenceProcessor.java | 274 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()
|
D | Time.java | 342 public int getSecond() { in getSecond() method in Time
|
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/ |
D | RenderSessionImpl.java | 242 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/ |
D | BridgeContext.java | 721 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/ |
D | Bridge.java | 540 … return new ResourceReference(ResourceNamespace.ANDROID, pair.getFirst(), pair.getSecond()); in resolveResourceId()
|
/frameworks/base/core/java/android/widget/ |
D | AnalogClock.java | 766 float rawSeconds = localTime.getSecond() + localTime.getNano() / 1_000_000_000f; in onTimeChanged()
|
/frameworks/base/telephony/java/com/android/internal/telephony/gsm/ |
D | SmsMessage.java | 756 int second = localDateTime.getSecond(); in getDeliverPdu()
|
/frameworks/base/telephony/java/com/android/internal/telephony/cdma/sms/ |
D | BearerData.java | 303 ts.second = localDateTime.getSecond(); in fromMillis()
|
/frameworks/base/config/ |
D | boot-image-profile.txt | 21336 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/ |
D | boot-image-profile.txt | 21289 HSPLcom/android/i18n/timezone/WallTime;->getSecond()I
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 53459 method public abstract int getSecond();
|