Home
last modified time | relevance | path

Searched defs:two (Results 1 – 25 of 30) sorted by relevance

12

/frameworks/base/core/tests/coretests/src/android/app/timezonedetector/
DTelephonyTimeZoneSuggestionTest.java50 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
DManualTimeZoneSuggestionTest.java44 ManualTimeZoneSuggestion two = new ManualTimeZoneSuggestion(ARBITRARY_ZONE_ID1); in testEquals() local
/frameworks/base/core/tests/coretests/src/android/app/time/
DTimeZoneCapabilitiesTest.java55 TimeZoneCapabilities two = builder2.build(); in testEquals() local
62 TimeZoneCapabilities two = builder2.build(); in testEquals() local
69 TimeZoneCapabilities two = builder2.build(); in testEquals() local
76 TimeZoneCapabilities two = builder2.build(); in testEquals() local
83 TimeZoneCapabilities two = builder2.build(); in testEquals() local
90 TimeZoneCapabilities two = builder2.build(); in testEquals() local
97 TimeZoneCapabilities two = builder2.build(); in testEquals() local
/frameworks/base/core/tests/coretests/src/android/app/timedetector/
DTelephonyTimeSuggestionTest.java43 TelephonyTimeSuggestion two = builder2.build(); in testEquals() local
57 TelephonyTimeSuggestion two = builder2.build(); in testEquals() local
77 TelephonyTimeSuggestion two = builder2.build(); in testEquals() local
DManualTimeSuggestionTest.java39 ManualTimeSuggestion two = new ManualTimeSuggestion(ARBITRARY_TIME); in testEquals() local
DGnssTimeSuggestionTest.java39 GnssTimeSuggestion two = new GnssTimeSuggestion(ARBITRARY_TIME); in testEquals() local
DNetworkTimeSuggestionTest.java39 NetworkTimeSuggestion two = new NetworkTimeSuggestion(ARBITRARY_TIME); in testEquals() local
/frameworks/base/core/tests/coretests/src/android/app/timezone/
DDistroRulesVersionTest.java40 DistroRulesVersion two = new DistroRulesVersion("2016a", 2); in equalsAndHashCode() local
81 private static void assertEqualsContract(DistroRulesVersion one, DistroRulesVersion two) { in assertEqualsContract()
DDistroFormatVersionTest.java40 DistroFormatVersion two = new DistroFormatVersion(1, 2); in equalsAndHashCode() local
81 private static void assertEqualsContract(DistroFormatVersion one, DistroFormatVersion two) { in assertEqualsContract()
DRulesStateTest.java43 RulesState two = new RulesState( in equalsAndHashCode() local
134 private static void assertEqualsContract(RulesState one, RulesState two) { in assertEqualsContract()
/frameworks/base/core/tests/coretests/src/android/view/
DCreateViewTest.java59 ViewOne two = new ViewOne(mContext); in testLayout3() local
98 TextView two = new TextView(mContext); in testLayout6() local
DInsetsStateTest.java320 Rect two = new Rect(4, 5, 6, 7); in testEquals_samePrivacyIndicator() local
330 Rect two = new Rect(4, 5, 6, 7); in testEquals_differentPrivacyIndicatorStaticBounds() local
355 Rect two = new Rect(4, 5, 6, 7); in testEquals_differentPrivacyIndicatorRotation() local
/frameworks/base/apex/appsearch/framework/java/external/android/app/appsearch/util/
DBundleUtil.java42 public static boolean deepEquals(@Nullable Bundle one, @Nullable Bundle two) { in deepEquals()
70 private static boolean bundleValueEquals(@Nullable Object one, @Nullable Object two) { in bundleValueEquals()
/frameworks/base/core/tests/coretests/src/android/app/appsearch/external/util/
DBundleUtilTest.java50 Bundle two = new Bundle(); in testDeepEquals_simple() local
62 Bundle two = new Bundle(); in testDeepEquals_keyMismatch() local
96 Bundle two = new Bundle(); in testDeepEquals_nestedNotEquals() local
/frameworks/compile/libbcc/tests/debuginfo/host-tests/
Djit.cpp21 int two() in two() function
/frameworks/base/services/tests/servicestests/src/com/android/server/timezonedetector/
DGeolocationTimeZoneSuggestionTest.java40 GeolocationTimeZoneSuggestion two = new GeolocationTimeZoneSuggestion(ARBITRARY_ZONE_IDS1); in testEquals() local
/frameworks/compile/mclinker/unittests/
DRTLinearAllocatorTest.h58 unsigned int two; member
DLinearAllocatorTest.h45 unsigned int two; member
/frameworks/base/core/java/android/os/
DTimestampedValue.java92 @NonNull TimestampedValue<?> one, @NonNull TimestampedValue<?> two) { in referenceTimeDifference()
/frameworks/base/core/tests/coretests/src/android/os/
DTimestampedValueTest.java46 private static void assertEqualsAndHashCode(Object one, Object two) { in assertEqualsAndHashCode()
/frameworks/base/services/core/java/com/android/server/textclassifier/
DIconsContentProvider.java105 public static boolean sameIcon(Drawable one, Drawable two) { in sameIcon()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DHardwareConfig.java199 String two = hw.toString(); in compareTo() local
/frameworks/base/libs/hwui/tests/unit/
DLinearAllocatorTests.cpp27 int two = 2; member
/frameworks/base/services/core/java/com/android/server/timedetector/
DServerFlags.java192 private static boolean intersects(@NonNull Set<String> one, @NonNull Set<String> two) { in intersects()
/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
DUserManagerServiceUserInfoTest.java264 private void assertUserInfoEquals(UserInfo one, UserInfo two, boolean parcelCopy) { in assertUserInfoEquals()

12