Home
last modified time | relevance | path

Searched defs:one (Results 1 – 14 of 14) sorted by relevance

/cts/tests/tests/time/src/android/app/time/cts/
DTimeZoneConfigurationTest.java55 TimeZoneConfiguration one = builder1.build(); in testEquals() local
62 TimeZoneConfiguration one = builder1.build(); in testEquals() local
70 TimeZoneConfiguration one = builder1.build(); in testEquals() local
77 TimeZoneConfiguration one = builder1.build(); in testEquals() local
84 TimeZoneConfiguration one = builder1.build(); in testEquals() local
91 TimeZoneConfiguration one = builder1.build(); in testEquals() local
98 TimeZoneConfiguration one = builder1.build(); in testEquals() local
105 TimeZoneConfiguration one = builder1.build(); in testEquals() local
DExternalTimeSuggestionTest.java36 ExternalTimeSuggestion one = new ExternalTimeSuggestion( in testEquals() local
DUnixEpochTimeTest.java49 private static void assertEqualsAndHashCode(Object one, Object two) { in assertEqualsAndHashCode()
DTimeManagerTest.java653 private static void assertAlmostSameTime(UnixEpochTime one, UnixEpochTime two) { in assertAlmostSameTime()
/cts/tests/tests/time/src/android/service/timezone/cts/
DTimeZoneProviderSuggestionTest.java60 TimeZoneProviderSuggestion one = builder1.build(); in testEquals() local
67 TimeZoneProviderSuggestion one = builder1.build(); in testEquals() local
75 TimeZoneProviderSuggestion one = builder1.build(); in testEquals() local
83 TimeZoneProviderSuggestion one = builder1.build(); in testEquals() local
91 TimeZoneProviderSuggestion one = builder1.build(); in testEquals() local
99 TimeZoneProviderSuggestion one = builder1.build(); in testEquals() local
DTimeZoneProviderStatusTest.java93 private static void assertEqualsAndHashcode(Object one, Object two) { in assertEqualsAndHashcode()
/cts/tests/pdf/module/src/android/graphics/pdf/cts/module/
DFormEditRecordTest.java176 FormEditRecord one = new FormEditRecord.Builder( in equalsHashCode_textType_matchingProperties() local
192 FormEditRecord one = new FormEditRecord.Builder( in equalsHashCode_clickType_matchingProperties() local
208 FormEditRecord one = new FormEditRecord.Builder( in equalsHashCode_indicesType_matchingProperties() local
223 FormEditRecord one = new FormEditRecord.Builder( in equalsHashCode_clickType_notMatchingProperties() local
238 FormEditRecord one = new FormEditRecord.Builder( in equalsHashCode_indicesType_notMatchingProperties() local
253 FormEditRecord one = new FormEditRecord.Builder( in equalsHashCode_textType_notMatchingProperties() local
DFormWidgetInfoTest.java762 FormWidgetInfo one = new FormWidgetInfo.Builder( in testEqualsHashCode_clickType_matchingProperties() local
777 FormWidgetInfo one = new FormWidgetInfo.Builder( in testEqualsHashCode_clickType_notMatching() local
802 FormWidgetInfo one = new FormWidgetInfo.Builder( in testEqualsHashCode_choiceType_matchingProperties() local
829 FormWidgetInfo one = new FormWidgetInfo.Builder( in testEqualsHashCode_choiceType_notMatching() local
847 FormWidgetInfo one = new FormWidgetInfo.Builder( in testEqualsHashCode_textType_matchingProperties() local
863 FormWidgetInfo one = new FormWidgetInfo.Builder( in testEqualsHashCode_textType_notMatching() local
/cts/apps/CtsVerifier/src/com/android/cts/verifier/projection/cube/
DCube.java32 int one = 0x10000; in Cube() local
/cts/tests/tests/content/src/android/content/pm/cts/
DPackageItemInfoIconTest.java159 private boolean comparePixelData(Drawable one, Drawable two) { in comparePixelData()
168 private boolean comparePixelData(Bitmap one, Bitmap two) { in comparePixelData()
/cts/tests/location/location_gnss/src/android/location/cts/gnss/asn1/base/
DBitStream.java66 public void appendBit(boolean one) { in appendBit()
/cts/tests/searchui/src/android/searchuiservice/cts/
DSearchUiManagerTest.java143 public boolean equalBundles(Bundle one, Bundle two) { in equalBundles()
/cts/tests/fragment/src/android/fragment/cts/
DFragmentLifecycleTest.java746 final Fragment one = new Fragment(); in targetFragmentNoCycles() local
763 final Fragment one = new Fragment(); in targetFragmentSetClear() local
/cts/tests/tests/text/src/android/text/cts/
DTextUtilsTest.java1805 String one = "Hello Android, hello World!"; in testRegionMatches() local