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 D | BipDatetimeTest.java | 36 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 D | BipAttachmentFormatTest.java | 35 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 D | maketests.py | 22 def makeDate(d): function
|
/aosp12/frameworks/base/keystore/java/android/security/keystore2/ |
H A D | KeyStore2ParameterUtils.java | 181 static @NonNull KeyParameter makeDate(int tag, @NonNull Date date) { in makeDate() method in KeyStore2ParameterUtils
|