Home
last modified time | relevance | path

Searched refs:testCreate (Results 1 – 4 of 4) sorted by relevance

/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/avrcpcontroller/bip/
DBipAttachmentFormatTest.java75 private void testCreate(String contentType, String charset, String name, int size, in testCreate() method in BipAttachmentFormatTest
162 testCreate("text/plain", "ISO-8859-1", "thisisatextfile.txt", 2048, date, date); in testCreateAttachment()
165 testCreate("text/plain", null, "thisisatextfile.txt", 2048, date, date); in testCreateAttachment()
168 testCreate("text/plain", "ISO-8859-1", "thisisatextfile.txt", -1, date, date); in testCreateAttachment()
171 testCreate("text/plain", null, "thisisatextfile.txt", -1, null, null); in testCreateAttachment()
176 testCreate(null, "ISO-8859-1", "thisisatextfile.txt", 2048, null, null); in testCreateNullContentType_throwsException()
181 testCreate("text/plain", "ISO-8859-1", null, 2048, null, null); in testCreateNullName_throwsException()
DBipDatetimeTest.java68 private void testCreate(Date date, String dateStr) { in testCreate() method in BipDatetimeTest
174 testCreate(makeDate(1, 1, 2000, 6, 1, 15, utc), "20000101T060115Z"); in testCreateFromDateTime()
175 testCreate(makeDate(1, 1, 2000, 6, 0, 0, utc), "20000101T060000Z"); in testCreateFromDateTime()
176 testCreate(makeDate(1, 1, 2000, 23, 59, 59, utc), "20000101T235959Z"); in testCreateFromDateTime()
177 testCreate(makeDate(11, 27, 2050, 23, 59, 59, utc), "20501127T235959Z"); in testCreateFromDateTime()
/packages/services/Car/tests/android_car_api_test/src/android/car/apitest/
DCarPackageManagerTest.java31 public void testCreate() throws Exception { in testCreate() method in CarPackageManagerTest
DCarSensorManagerTest.java31 public void testCreate() throws Exception { in testCreate() method in CarSensorManagerTest