Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/avrcpcontroller/bip/
DBipAttachmentFormatTest.java81 private void testCreate( in testCreate() method in BipAttachmentFormatTest
262 testCreate("text/plain", "ISO-8859-1", "thisisatextfile.txt", 2048, date, date); in testCreateAttachment()
265 testCreate("text/plain", null, "thisisatextfile.txt", 2048, date, date); in testCreateAttachment()
268 testCreate("text/plain", "ISO-8859-1", "thisisatextfile.txt", -1, date, date); in testCreateAttachment()
271 testCreate("text/plain", null, "thisisatextfile.txt", -1, null, null); in testCreateAttachment()
276 testCreate(null, "ISO-8859-1", "thisisatextfile.txt", 2048, null, null); in testCreateNullContentType_throwsException()
281 testCreate("text/plain", "ISO-8859-1", null, 2048, null, null); in testCreateNullName_throwsException()
DBipDatetimeTest.java70 private void testCreate(Date date, String dateStr) { in testCreate() method in BipDatetimeTest
201 testCreate(makeDate(1, 1, 2000, 6, 1, 15, utc), "20000101T060115Z"); in testCreateFromDateTime()
202 testCreate(makeDate(1, 1, 2000, 6, 0, 0, utc), "20000101T060000Z"); in testCreateFromDateTime()
203 testCreate(makeDate(1, 1, 2000, 23, 59, 59, utc), "20000101T235959Z"); in testCreateFromDateTime()
204 testCreate(makeDate(11, 27, 2050, 23, 59, 59, utc), "20501127T235959Z"); in testCreateFromDateTime()
/packages/services/Car/tests/android_car_api_test/src/android/car/apitest/
DCarSensorManagerTest.java32 public void testCreate() throws Exception { in testCreate() method in CarSensorManagerTest
DCarPackageManagerTest.java47 public void testCreate() throws Exception { in testCreate() method in CarPackageManagerTest
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/signals/updateprocessors/
DUpdateOutputTest.java35 public void testCreate() { in testCreate() method in UpdateOutputTest
/packages/modules/HealthFitness/tests/cts/src/android/healthconnect/cts/datatypes/units/
DPressureTest.java33 public void testCreate() { in testCreate() method in PressureTest
DTemperatureTest.java33 public void testCreate() { in testCreate() method in TemperatureTest
DVelocityTest.java33 public void testCreate() { in testCreate() method in VelocityTest
DLengthTest.java33 public void testCreate() { in testCreate() method in LengthTest
DTemperatureDeltaTest.java33 public void testCreate() { in testCreate() method in TemperatureDeltaTest
DVolumeTest.java33 public void testCreate() { in testCreate() method in VolumeTest
DPercentageTest.java33 public void testCreate() { in testCreate() method in PercentageTest
DMassTest.java33 public void testCreate() { in testCreate() method in MassTest
DPowerTest.java33 public void testCreate() { in testCreate() method in PowerTest
DBloodGlucoseTest.java34 public void testCreate() { in testCreate() method in BloodGlucoseTest
DEnergyTest.java33 public void testCreate() { in testCreate() method in EnergyTest