/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/avrcpcontroller/bip/ |
D | BipAttachmentFormatTest.java | 81 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()
|
D | BipDatetimeTest.java | 70 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/ |
D | CarSensorManagerTest.java | 32 public void testCreate() throws Exception { in testCreate() method in CarSensorManagerTest
|
D | CarPackageManagerTest.java | 47 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/ |
D | UpdateOutputTest.java | 35 public void testCreate() { in testCreate() method in UpdateOutputTest
|
/packages/modules/HealthFitness/tests/cts/src/android/healthconnect/cts/datatypes/units/ |
D | PressureTest.java | 33 public void testCreate() { in testCreate() method in PressureTest
|
D | TemperatureTest.java | 33 public void testCreate() { in testCreate() method in TemperatureTest
|
D | VelocityTest.java | 33 public void testCreate() { in testCreate() method in VelocityTest
|
D | LengthTest.java | 33 public void testCreate() { in testCreate() method in LengthTest
|
D | TemperatureDeltaTest.java | 33 public void testCreate() { in testCreate() method in TemperatureDeltaTest
|
D | VolumeTest.java | 33 public void testCreate() { in testCreate() method in VolumeTest
|
D | PercentageTest.java | 33 public void testCreate() { in testCreate() method in PercentageTest
|
D | MassTest.java | 33 public void testCreate() { in testCreate() method in MassTest
|
D | PowerTest.java | 33 public void testCreate() { in testCreate() method in PowerTest
|
D | BloodGlucoseTest.java | 34 public void testCreate() { in testCreate() method in BloodGlucoseTest
|
D | EnergyTest.java | 33 public void testCreate() { in testCreate() method in EnergyTest
|