Searched refs:testType (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/tests/CoreTests/android/core/
H A DTestWebData.java113 testType = type;
127 public String testType; field in class:TestWebData
H A DTestWebServer.java824 psPrint(ps, "Content-type: " + TestWebData.testParams[testNum].testType);
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
H A DWap230WspContentTypeTest.java265 String testType = "application/wibble";
267 out.write(testType.getBytes("US-ASCII"));
273 assertEquals(testType, mimeType);
280 String testType = "12345678901234567890123456789";
282 out.write(testType.length() + 1);
283 out.write(testType.getBytes("US-ASCII"));
290 assertEquals(testType, mimeType);
445 String testType = "application/wibble";
449 out.write(testType.length() + 1); // Length as UINTVAR
451 out.write(testType
[all...]
/frameworks/support/slices/core/src/androidTest/java/androidx/slice/
H A DSliceTest.java76 public void testType() { method in class:SliceTest

Completed in 107 milliseconds