/aosp14/frameworks/base/core/tests/coretests/src/android/app/time/ |
H A D | TimeZoneCapabilitiesTest.java | 57 TimeZoneCapabilities two = builder2.build(); in testEquals() local 64 TimeZoneCapabilities two = builder2.build(); in testEquals() local 71 TimeZoneCapabilities two = builder2.build(); in testEquals() local 78 TimeZoneCapabilities two = builder2.build(); in testEquals() local 85 TimeZoneCapabilities two = builder2.build(); in testEquals() local 92 TimeZoneCapabilities two = builder2.build(); in testEquals() local 99 TimeZoneCapabilities two = builder2.build(); in testEquals() local 106 TimeZoneCapabilities two = builder2.build(); in testEquals() local 113 TimeZoneCapabilities two = builder2.build(); in testEquals() local
|
H A D | TimeCapabilitiesTest.java | 58 TimeCapabilities two = builder2.build(); in testEquals() local 65 TimeCapabilities two = builder2.build(); in testEquals() local 72 TimeCapabilities two = builder2.build(); in testEquals() local 79 TimeCapabilities two = builder2.build(); in testEquals() local 86 TimeCapabilities two = builder2.build(); in testEquals() local
|
H A D | TelephonyTimeZoneAlgorithmStatusTest.java | 37 TelephonyTimeZoneAlgorithmStatus two = new TelephonyTimeZoneAlgorithmStatus( in testEquals() local
|
H A D | ParcelableTestSupport.java | 55 public static void assertEqualsAndHashCode(Object one, Object two) { in assertEqualsAndHashCode()
|
H A D | TimeZoneDetectorStatusTest.java | 48 TimeZoneDetectorStatus two = new TimeZoneDetectorStatus(DETECTOR_STATUS_RUNNING, in testEquals() local
|
H A D | LocationTimeZoneAlgorithmStatusTest.java | 110 LocationTimeZoneAlgorithmStatus two = new LocationTimeZoneAlgorithmStatus( in testEquals() local
|
/aosp14/frameworks/base/core/tests/coretests/src/android/app/timezonedetector/ |
H A D | TelephonyTimeZoneSuggestionTest.java | 50 TelephonyTimeZoneSuggestion two = builder2.build(); in testEquals() local 69 TelephonyTimeZoneSuggestion two = builder2.build(); in testEquals() local 78 TelephonyTimeZoneSuggestion two = builder2.build(); in testEquals() local 85 TelephonyTimeZoneSuggestion two = builder2.build(); in testEquals() local 93 TelephonyTimeZoneSuggestion two = builder2.build(); in testEquals() local 100 TelephonyTimeZoneSuggestion two = builder2.build(); in testEquals() local 109 TelephonyTimeZoneSuggestion two = builder2.build(); in testEquals() local 117 TelephonyTimeZoneSuggestion two = builder2.build(); in testEquals() local 124 TelephonyTimeZoneSuggestion two = builder2.build(); in testEquals() local
|
H A D | ManualTimeZoneSuggestionTest.java | 44 ManualTimeZoneSuggestion two = new ManualTimeZoneSuggestion(ARBITRARY_ZONE_ID1); in testEquals() local
|
/aosp14/frameworks/base/core/tests/coretests/src/android/net/sntp/ |
H A D | Duration64Test.java | 133 Instant two = utcInstant(arbitraryEra0Year + 1, 1, 1, 0, 0, 0, 250); in testBetween_sameEra0() local 148 Instant two = utcInstant(arbitraryEra1Year + 1, 1, 1, 0, 0, 0, 250); in testBetween_sameEra1() local 172 Instant two = utcInstant(arbitraryYearInEra0 + yearsSeparation, 1, 1, 0, 0, 0, 250); in testBetween_adjacentEras() local 198 Instant two = utcInstant(2021 + tooManyYearsSeparation, 1, 1, 0, 0, 0, 250); in testBetween_tooFarApart() local 205 private static void checkDuration64Behavior(Instant one, Instant two) { in checkDuration64Behavior() 223 private static void checkDuration64OverflowBehavior(Instant one, Instant two) { in checkDuration64OverflowBehavior()
|
H A D | Timestamp64Test.java | 69 Timestamp64 two = Timestamp64.fromComponents(eraSeconds, fractionBits); in assertEqualsAndHashcode() local
|
/aosp14/frameworks/base/core/tests/coretests/src/android/service/timezone/ |
H A D | TimeZoneProviderSuggestionTest.java | 61 TimeZoneProviderSuggestion one, TimeZoneProviderSuggestion two) { in assertNotEquivalentTo() 74 TimeZoneProviderSuggestion one, TimeZoneProviderSuggestion two) { in assertIsEquivalentTo()
|
H A D | TimeZoneProviderEventTest.java | 313 TimeZoneProviderEvent one, TimeZoneProviderEvent two) { in assertNotEquivalentTo() 325 private static void assertIsEquivalentTo(TimeZoneProviderEvent one, TimeZoneProviderEvent two) { in assertIsEquivalentTo()
|
/aosp14/frameworks/base/core/tests/coretests/src/android/app/timedetector/ |
H A D | TelephonyTimeSuggestionTest.java | 45 TelephonyTimeSuggestion two = builder2.build(); in testEquals() local 59 TelephonyTimeSuggestion two = builder2.build(); in testEquals() local 79 TelephonyTimeSuggestion two = builder2.build(); in testEquals() local
|
H A D | ManualTimeSuggestionTest.java | 40 ManualTimeSuggestion two = new ManualTimeSuggestion(ARBITRARY_TIME); in testEquals() local
|
/aosp14/frameworks/base/core/tests/coretests/src/android/view/ |
H A D | CreateViewTest.java | 59 ViewOne two = new ViewOne(mContext); in testLayout3() local 98 TextView two = new TextView(mContext); in testLayout6() local
|
H A D | InsetsStateTest.java | 446 Rect two = new Rect(4, 5, 6, 7); in testEquals_samePrivacyIndicator() local 456 Rect two = new Rect(4, 5, 6, 7); in testEquals_differentPrivacyIndicatorStaticBounds() local 481 Rect two = new Rect(4, 5, 6, 7); in testEquals_differentPrivacyIndicatorRotation() local
|
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/timedetector/ |
H A D | GnssTimeSuggestionTest.java | 39 GnssTimeSuggestion two = new GnssTimeSuggestion(ARBITRARY_TIME); in testEquals() local
|
H A D | NetworkTimeSuggestionTest.java | 41 NetworkTimeSuggestion two = in testEquals() local
|
/aosp14/frameworks/base/core/java/android/os/ |
H A D | TimestampedValue.java | 92 @NonNull TimestampedValue<?> one, @NonNull TimestampedValue<?> two) { in referenceTimeDifference()
|
/aosp14/frameworks/base/core/tests/coretests/src/android/os/ |
H A D | TimestampedValueTest.java | 46 private static void assertEqualsAndHashCode(Object one, Object two) { in assertEqualsAndHashCode()
|
/aosp14/frameworks/base/core/java/android/app/time/ |
H A D | UnixEpochTime.java | 175 @NonNull UnixEpochTime one, @NonNull UnixEpochTime two) { in elapsedRealtimeDifference()
|
/aosp14/frameworks/base/services/core/java/com/android/server/textclassifier/ |
H A D | IconsContentProvider.java | 105 public static boolean sameIcon(Drawable one, Drawable two) { in sameIcon()
|
/aosp14/frameworks/base/libs/hwui/tests/unit/ |
H A D | LinearAllocatorTests.cpp | 27 int two = 2; member
|
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/timezonedetector/ |
H A D | LocationAlgorithmEventTest.java | 170 private static void assertEqualsAndHashCode(Object one, Object two) { in assertEqualsAndHashCode()
|
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/pm/ |
H A D | UserManagerServiceUserInfoTest.java | 362 private void assertUserInfoEquals(UserInfo one, UserInfo two, boolean parcelCopy) { in assertUserInfoEquals()
|