Home
last modified time | relevance | path

Searched refs:TYPE_NULL (Results 1 – 11 of 11) sorted by relevance

/cts/common/device-side/bedstead/dpmwrapper/src/main/java/com/android/bedstead/dpmwrapper/
DDataFormatter.java65 private static final String TYPE_NULL = "null"; field in DataFormatter
76 logMarshalling("Adding Null", index, extraTypeName, TYPE_NULL, extraValueName, value); in addArg()
77 intent.putExtra(extraTypeName, TYPE_NULL); in addArg()
273 case TYPE_NULL: in getArg()
326 case TYPE_NULL: in getArg()
/cts/tests/tests/content/src/android/content/res/cts/
DResources_ThemeTest.java180 assertEquals(TypedValue.TYPE_NULL, tv.type); in testEmptyDoesNotGetOverriden()
186 assertEquals(TypedValue.TYPE_NULL, tv.type); in testEmptyDoesNotGetOverriden()
192 assertNotSame(TypedValue.TYPE_NULL, tv.type); in testEmptyDoesNotGetOverriden()
DTypedArrayTest.java132 assertEquals(TypedValue.TYPE_NULL, t.getType(R.styleable.style1_typeEmpty)); in testGetType()
133 assertEquals(TypedValue.TYPE_NULL, t.getType(R.styleable.style1_typeUndefined)); in testGetType()
307 assertEquals(TypedValue.TYPE_NULL, ta.getType(R.styleable.style1_type1)); in testEmptyXmlAttributeDoesNotFallbackToTheme()
/cts/tests/tests/util/src/android/util/cts/
DTypedValueTest.java187 assertNull(TypedValue.coerceToString(TypedValue.TYPE_NULL, 10)); in testCoerceToString2()
270 tv.type = TypedValue.TYPE_NULL; in testIsColorType()
/cts/tests/tests/media/src/android/media/cts/
DMediaFormatTest.java269 testSingleKeyRemoval(format, "null", MediaFormat.TYPE_NULL); in testNullStringValue()
276 testSingleKeyRemoval(format, "null", MediaFormat.TYPE_NULL); in testNullByteBufferValue()
282 assertEquals(MediaFormat.TYPE_NULL, format.getValueTypeForKey("missing")); in testMissingValue()
DMediaCodecTest.java2850 MediaFormat.TYPE_NULL != desc.getType()); in testVendorParameters()
/cts/tests/tests/view/surfacevalidator/src/android/view/cts/surfacevalidator/
DASurfaceControlTestActivity.java79 PointerIcon.getSystemIcon(this, PointerIcon.TYPE_NULL)); in onCreate()
DCapturedActivity.java124 PointerIcon.getSystemIcon(this, PointerIcon.TYPE_NULL)); in onCreate()
/cts/tests/autofillservice/src/android/autofillservice/cts/dropdown/
DLoginActivityTest.java62 import static android.text.InputType.TYPE_NULL;
2060 assertThat(label.getInputType()).isEqualTo(TYPE_NULL); in testGetTextInputType()
/cts/tests/tests/widget/src/android/widget/cts/
DTextViewTest.java5483 mTextView.setInputType(InputType.TYPE_NULL); in testAccessContentType()
5484 assertEquals(InputType.TYPE_NULL, mTextView.getInputType()); in testAccessContentType()
5563 mTextView.setRawInputType(InputType.TYPE_NULL); in testAccessRawContentType()
/cts/tests/tests/view/src/android/view/cts/
DViewTest.java650 assertSystemPointerIcon(PointerIcon.TYPE_NULL); in testCreatePointerIcons()