Searched refs:TYPE_NULL (Results 1 – 14 of 14) sorted by relevance
/cts/common/device-side/bedstead/dpmwrapper/src/main/java/com/android/bedstead/dpmwrapper/ |
D | DataFormatter.java | 65 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() 276 case TYPE_NULL: in getArg() 329 case TYPE_NULL: in getArg()
|
/cts/tests/tests/content/src/android/content/res/cts/ |
D | Resources_ThemeTest.java | 205 assertEquals(TypedValue.TYPE_NULL, tv.type); in testEmptyDoesNotGetOverriden() 211 assertEquals(TypedValue.TYPE_NULL, tv.type); in testEmptyDoesNotGetOverriden() 217 assertNotSame(TypedValue.TYPE_NULL, tv.type); in testEmptyDoesNotGetOverriden()
|
D | TypedArrayTest.java | 153 assertEquals(TypedValue.TYPE_NULL, t.getType(R.styleable.style1_typeEmpty)); in testGetType() 154 assertEquals(TypedValue.TYPE_NULL, t.getType(R.styleable.style1_typeUndefined)); in testGetType() 336 assertEquals(TypedValue.TYPE_NULL, ta.getType(R.styleable.style1_type1)); in testEmptyXmlAttributeDoesNotFallbackToTheme()
|
/cts/tests/tests/util/src/android/util/cts/ |
D | TypedValueTest.java | 194 assertNull(TypedValue.coerceToString(TypedValue.TYPE_NULL, 10)); in testCoerceToString2() 277 tv.type = TypedValue.TYPE_NULL; in testIsColorType()
|
/cts/tests/tests/view/src/android/view/cts/ |
D | SurfaceOOMTestActivity.java | 82 PointerIcon.getSystemIcon(this, PointerIcon.TYPE_NULL)); in onCreate()
|
D | ViewTest.java | 665 assertSystemPointerIcon(PointerIcon.TYPE_NULL); in testCreatePointerIcons()
|
/cts/tests/tests/media/misc/src/android/media/misc/cts/ |
D | MediaFormatTest.java | 269 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()
|
/cts/tests/surfacecontrol/surfacevalidator/src/android/view/cts/surfacevalidator/ |
D | ASurfaceControlTestActivity.java | 100 PointerIcon.getSystemIcon(this, PointerIcon.TYPE_NULL)); in onCreate()
|
D | CapturedActivity.java | 125 PointerIcon.getSystemIcon(this, PointerIcon.TYPE_NULL)); in onCreate()
|
/cts/tests/inputmethod/src/android/view/inputmethod/cts/ |
D | AccessibilityInputMethodTest.java | 228 assertThat(editorInfo.inputType).isEqualTo(EditorInfo.TYPE_NULL); in verifyOnStartInputEventForFallbackInputConnection()
|
/cts/tests/autofillservice/src/android/autofillservice/cts/dropdown/ |
D | LoginActivityTest.java | 68 import static android.text.InputType.TYPE_NULL; 2256 assertThat(label.getInputType()).isEqualTo(TYPE_NULL); in testGetTextInputType()
|
/cts/tests/tests/media/codec/src/android/media/codec/cts/ |
D | MediaCodecTest.java | 2559 MediaFormat.TYPE_NULL != desc.getType()); in testVendorParameters()
|
/cts/tests/tests/widget/src/android/widget/cts/ |
D | TextViewTest.java | 5638 mTextView.setInputType(InputType.TYPE_NULL); in testAccessContentType() 5639 assertEquals(InputType.TYPE_NULL, mTextView.getInputType()); in testAccessContentType() 5718 mTextView.setRawInputType(InputType.TYPE_NULL); in testAccessRawContentType()
|
/cts/common/device-side/bedstead/remoteframeworkclasses/java/apis/ |
D | current.txt | 11751 field public static final int TYPE_NULL = 0; // 0x0 23777 field public static final int TYPE_NULL = 0; // 0x0 47681 field public static final int TYPE_NULL = 0; // 0x0 50434 field public static final int TYPE_NULL = 0; // 0x0 52081 field public static final int TYPE_NULL = 0; // 0x0
|