/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/avrcpcontroller/bip/ |
D | BipDatetimeTest.java | 95 TimeZone utc = TimeZone.getTimeZone("UTC"); in testParseFromValidStringWithUtc() local 96 utc.setRawOffset(0); in testParseFromValidStringWithUtc() 97 testParse("20000101T000000Z", makeDate(1, 1, 2000, 0, 0, 0, utc), true, in testParseFromValidStringWithUtc() 99 testParse("20000101T060115Z", makeDate(1, 1, 2000, 6, 1, 15, utc), true, in testParseFromValidStringWithUtc() 101 testParse("20000101T060000Z", makeDate(1, 1, 2000, 6, 0, 0, utc), true, in testParseFromValidStringWithUtc() 103 testParse("20000101T071500Z", makeDate(1, 1, 2000, 7, 15, 0, utc), true, in testParseFromValidStringWithUtc() 105 testParse("20000101T151700Z", makeDate(1, 1, 2000, 15, 17, 0, utc), true, in testParseFromValidStringWithUtc() 107 testParse("20000101T235959Z", makeDate(1, 1, 2000, 23, 59, 59, utc), true, in testParseFromValidStringWithUtc() 109 testParse("20501127T235959Z", makeDate(11, 27, 2050, 23, 59, 59, utc), true, in testParseFromValidStringWithUtc() 170 TimeZone utc = TimeZone.getTimeZone("UTC"); in testCreateFromDateTime() local [all …]
|
D | BipAttachmentFormatTest.java | 101 TimeZone utc = TimeZone.getTimeZone("UTC"); in testParseAttachment() local 102 utc.setRawOffset(0); in testParseAttachment() 104 Date dateUtc = makeDate(1, 1, 1990, 12, 34, 56, utc); in testParseAttachment() 157 TimeZone utc = TimeZone.getTimeZone("UTC"); in testCreateAttachment() local 158 utc.setRawOffset(0); in testCreateAttachment() 186 TimeZone utc = TimeZone.getTimeZone("UTC"); in testParsedAttachmentToString() local 187 utc.setRawOffset(0); in testParsedAttachmentToString() 189 Date dateUtc = makeDate(1, 1, 1990, 12, 34, 56, utc); in testParsedAttachmentToString() 245 TimeZone utc = TimeZone.getTimeZone("UTC"); in testCreatedAttachmentToString() local 246 utc.setRawOffset(0); in testCreatedAttachmentToString() [all …]
|
/packages/apps/Settings/tests/robotests/src/com/android/settings/datetime/timezone/ |
D | FixedOffsetPickerTest.java | 68 AdapterItem utc = adapter.getDataItem(0); in createAdapter_verifyTitleAndOffset() local 69 assertThat(utc.getTitle().toString()).isEqualTo("Coordinated Universal Time"); in createAdapter_verifyTitleAndOffset() 70 assertThat(utc.getSummary().toString()).isEqualTo("GMT+00:00"); in createAdapter_verifyTitleAndOffset()
|
/packages/apps/Bluetooth/src/com/android/bluetooth/avrcpcontroller/bip/ |
D | BipDateTime.java | 137 TimeZone utc = TimeZone.getTimeZone("UTC"); in toString() local 138 utc.setRawOffset(0); in toString() 139 cal.setTimeZone(utc); in toString()
|
/packages/providers/CalendarProvider/src/com/android/providers/calendar/ |
D | CalendarDatabaseHelper.java | 2549 final String utc = Time.TIMEZONE_UTC; in upgradeToVersion69() local 2572 if (!TextUtils.equals(timezone, utc)) { in upgradeToVersion69() 2574 timezone = utc; in upgradeToVersion69() 2633 if (!TextUtils.equals(timezone, utc)) { in upgradeToVersion69() 2635 timezone = utc; in upgradeToVersion69()
|
/packages/inputmethods/LatinIME/dictionaries/ |
D | ro_wordlist.combined.gz |
|