Home
last modified time | relevance | path

Searched defs:utc (Results 1 – 5 of 5) sorted by relevance

/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/avrcpcontroller/bip/
DBipDatetimeTest.java118 TimeZone utc = TimeZone.getTimeZone("UTC"); in testParseFromValidStringWithUtc() local
197 TimeZone utc = TimeZone.getTimeZone("UTC"); in testCreateFromDateTime() local
209 TimeZone utc = TimeZone.getTimeZone("UTC"); in testEquals_withSameInstance() local
219 TimeZone utc = TimeZone.getTimeZone("UTC"); in testEquals_withDifferentClass() local
230 TimeZone utc = TimeZone.getTimeZone("UTC"); in testEquals_withSameInfo() local
DBipAttachmentFormatTest.java112 TimeZone utc = TimeZone.getTimeZone("UTC"); in testParseAttachment() local
257 TimeZone utc = TimeZone.getTimeZone("UTC"); in testCreateAttachment() local
286 TimeZone utc = TimeZone.getTimeZone("UTC"); in testParsedAttachmentToString() local
363 TimeZone utc = TimeZone.getTimeZone("UTC"); in testCreatedAttachmentToString() local
/packages/apps/Settings/tests/robotests/src/com/android/settings/datetime/timezone/
DFixedOffsetPickerTest.java68 AdapterItem utc = adapter.getDataItem(0); in createAdapter_verifyTitleAndOffset() local
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/avrcpcontroller/bip/
DBipDateTime.java134 TimeZone utc = TimeZone.getTimeZone("UTC"); in toString() local
/packages/providers/CalendarProvider/src/com/android/providers/calendar/
DCalendarDatabaseHelper.java2549 final String utc = Time.TIMEZONE_UTC; in upgradeToVersion69() local