Home
last modified time | relevance | path

Searched refs:makeDate (Results 1 – 3 of 3) sorted by relevance

/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/avrcpcontroller/bip/
DBipDatetimeTest.java34 private Date makeDate(int month, int day, int year, int hours, int min, int sec, TimeZone tz) { in makeDate() method in BipDatetimeTest
44 private Date makeDate(int month, int day, int year, int hours, int min, int sec) { in makeDate() method in BipDatetimeTest
45 return makeDate(month, day, year, hours, min, sec, null); in makeDate()
50 cal.setTime(makeDate(month, day, year, hours, min, sec)); in makeTzAdjustedString()
81 makeDate(1, 1, 2000, 0, 0, 0), in testCreateFromValidString()
86 makeDate(1, 1, 2000, 6, 1, 15), in testCreateFromValidString()
91 makeDate(1, 1, 2000, 6, 0, 0), in testCreateFromValidString()
96 makeDate(1, 1, 2000, 7, 15, 0), in testCreateFromValidString()
101 makeDate(1, 1, 2000, 15, 17, 0), in testCreateFromValidString()
106 makeDate(1, 1, 2000, 23, 59, 59), in testCreateFromValidString()
[all …]
DBipAttachmentFormatTest.java33 private Date makeDate(int month, int day, int year, int hours, int min, int sec, TimeZone tz) { in makeDate() method in BipAttachmentFormatTest
43 private Date makeDate(int month, int day, int year, int hours, int min, int sec) { in makeDate() method in BipAttachmentFormatTest
44 return makeDate(month, day, year, hours, min, sec, null); in makeDate()
114 Date date = makeDate(1, 1, 1990, 12, 34, 56); in testParseAttachment()
115 Date dateUtc = makeDate(1, 1, 1990, 12, 34, 56, utc); in testParseAttachment()
259 Date date = makeDate(1, 1, 1990, 12, 34, 56); in testCreateAttachment()
365 Date date = makeDate(1, 1, 1990, 12, 34, 56, utc); in testCreatedAttachmentToString()
/packages/providers/CalendarProvider/
Dmaketests.py22 def makeDate(d): function
29 + PRIVATE_COOKIE + "/composite?start-min=" + makeDate(START_DATE) \
30 + "&start-max=" + makeDate(END_DATE)