Home
last modified time | relevance | path

Searched refs:CHINA (Results 1 – 4 of 4) sorted by relevance

/cts/tests/tests/location/src/android/location/cts/
DAddressTest.java113 Address address = new Address(Locale.CHINA); in testAccessLatitude()
131 Address address = new Address(Locale.CHINA); in testAccessLongitude()
149 Address address = new Address(Locale.CHINA); in testAccessPhone()
160 Address address = new Address(Locale.CHINA); in testAccessPostalCode()
171 Address address = new Address(Locale.CHINA); in testAccessThoroughfare()
182 Address address = new Address(Locale.CHINA); in testAccessUrl()
193 Address address = new Address(Locale.CHINA); in testAccessSubAdminArea()
204 Address address = new Address(Locale.CHINA); in testToString()
216 Address address = new Address(Locale.CHINA); in testAddressLine()
/cts/tests/tests/view/src/android/view/cts/
DView_UsingViewsTest.java77 private static final String CHINA = "China"; field in View_UsingViewsTest
414 mActivityRule.runOnUiThread(() -> mEditText.setText(CHINA)); in testSetupListeners()
462 } else if (CHINA.equals(country)) { in showPicture()
/cts/tests/tests/telephony/current/src/android/telephony/cts/
DPhoneNumberUtilsTest.java156 int formatType = PhoneNumberUtils.getFormatTypeForLocale(Locale.CHINA); in testGetMethods()
/cts/tests/tests/text/src/android/text/cts/
DTextUtilsTest.java2288 TextUtils.getLayoutDirectionFromLocale(Locale.CHINA)); in testGetLayoutDirectionFromLocale()