Home
last modified time | relevance | path

Searched defs:makeDate (Results 1 – 4 of 4) sorted by relevance

/aosp12/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/avrcpcontroller/bip/
H A DBipDatetimeTest.java36 private Date makeDate(int month, int day, int year, int hours, int min, int sec, TimeZone tz) { in makeDate() method in BipDatetimeTest
46 private Date makeDate(int month, int day, int year, int hours, int min, int sec) { in makeDate() method in BipDatetimeTest
H A DBipAttachmentFormatTest.java35 private Date makeDate(int month, int day, int year, int hours, int min, int sec, TimeZone tz) { in makeDate() method in BipAttachmentFormatTest
45 private Date makeDate(int month, int day, int year, int hours, int min, int sec) { in makeDate() method in BipAttachmentFormatTest
/aosp12/packages/providers/CalendarProvider/
H A Dmaketests.py22 def makeDate(d): function
/aosp12/frameworks/base/keystore/java/android/security/keystore2/
H A DKeyStore2ParameterUtils.java181 static @NonNull KeyParameter makeDate(int tag, @NonNull Date date) { in makeDate() method in KeyStore2ParameterUtils