Home
last modified time | relevance | path

Searched refs:nullValue (Results 1 – 12 of 12) sorted by relevance

/frameworks/support/v7/recyclerview/tests/src/android/support/v7/util/
DTileListTest.java43 assertThat(mTileList.getItemAt(3), nullValue()); in emptyGet()
44 assertThat(mTileList.getItemAt(100), nullValue()); in emptyGet()
49 assertThat(mTileList.addOrReplace(createTile(0, 1, 2, 3)), nullValue()); in getItemAt()
53 assertThat(mTileList.getItemAt(3), nullValue()); in getItemAt()
59 assertThat(mTileList.addOrReplace(createTile(0, 1, 2, 3)), nullValue()); in size()
63 assertThat(mTileList.addOrReplace(createTile(3, 1, 2, 3)), nullValue()); in size()
72 assertThat(mTileList.addOrReplace(createTile(0, 1, 2, 3)), nullValue()); in getAtIndex()
73 assertThat(mTileList.addOrReplace(createTile(3, 1, 2, 3)), nullValue()); in getAtIndex()
74 assertThat(mTileList.addOrReplace(createTile(6, 1, 2, 3)), nullValue()); in getAtIndex()
79 assertThat(mTileList.getAtIndex(3), nullValue()); in getAtIndex()
[all …]
DMessageQueueTest.java27 import static org.hamcrest.CoreMatchers.nullValue;
76 assertThat(msg, nullValue()); in sendInOrder()
98 assertThat(msg, nullValue()); in sendAtFront()
125 assertThat(msg, nullValue()); in remove()
/frameworks/base/core/tests/coretests/src/android/widget/
DEditorCursorTest.java34 import static org.hamcrest.Matchers.nullValue;
123 assertThat(mEditText.getHint(), nullValue()); in testCursorIsOnLeft_withFirstStrongLtrAlgorithm()
142 assertThat(mEditText.getHint(), nullValue()); in testCursorIsOnRight_withFirstStrongRtlAlgorithm()
161 assertThat(mEditText.getHint(), nullValue()); in testCursorIsOnLeft_withLtrAlgorithm()
180 assertThat(mEditText.getHint(), nullValue()); in testCursorIsOnRight_withRtlAlgorithm()
/frameworks/base/core/java/android/util/
DJsonWriter.java301 return nullValue(); in value()
313 public JsonWriter nullValue() throws IOException { in nullValue() method in JsonWriter
366 return nullValue(); in value()
/frameworks/support/design/tests/src/android/support/design/widget/
DBottomSheetBehaviorTouchTest.java21 import static org.hamcrest.CoreMatchers.nullValue;
101 assertThat(e, is(nullValue())); in testTouchCoordinatorLayout()
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/nan/
DWifiNanStateManagerTest.java20 import static org.hamcrest.core.IsNull.nullValue;
1090 info, nullValue()); in validateInternalTransactionInfoCleanedUp()
1102 collector.checkThat("Client record not cleared up for uid=" + uid, client, nullValue()); in validateInternalClientInfoCleanedUp()
/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
DItemAnimatorV2ApiTest.java93 assertThat(targets[1], CoreMatchers.nullValue()); in changeMovedOutsideWithPredictiveAndTwoViewHolders()
DRecyclerViewLayoutTest.java993 MatcherAssert.assertThat(error[0], CoreMatchers.nullValue()); in addItemOnScroll()
1640 assertThat(hidden, CoreMatchers.nullValue()); in duplicateAdapterPositionTest()
1643 assertThat(updated, CoreMatchers.nullValue()); in duplicateAdapterPositionTest()
1683 assertThat(tlm.findViewByPosition(2), CoreMatchers.nullValue()); in duplicateAdapterPositionTest()
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt31543 method public android.util.JsonWriter nullValue() throws java.io.IOException;
/frameworks/base/api/
Dcurrent.txt40213 method public android.util.JsonWriter nullValue() throws java.io.IOException;
Dsystem-current.txt43213 method public android.util.JsonWriter nullValue() throws java.io.IOException;
Dtest-current.txt40292 method public android.util.JsonWriter nullValue() throws java.io.IOException;