Home
last modified time | relevance | path

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

/frameworks/support/v7/recyclerview/tests/src/android/support/v7/util/
DTileListTest.java22 import static org.hamcrest.CoreMatchers.nullValue;
46 assertThat(mTileList.getItemAt(3), nullValue()); in emptyGet()
47 assertThat(mTileList.getItemAt(100), nullValue()); in emptyGet()
52 assertThat(mTileList.addOrReplace(createTile(0, 1, 2, 3)), nullValue()); in getItemAt()
56 assertThat(mTileList.getItemAt(3), nullValue()); in getItemAt()
62 assertThat(mTileList.addOrReplace(createTile(0, 1, 2, 3)), nullValue()); in size()
66 assertThat(mTileList.addOrReplace(createTile(3, 1, 2, 3)), nullValue()); in size()
75 assertThat(mTileList.addOrReplace(createTile(0, 1, 2, 3)), nullValue()); in getAtIndex()
76 assertThat(mTileList.addOrReplace(createTile(3, 1, 2, 3)), nullValue()); in getAtIndex()
77 assertThat(mTileList.addOrReplace(createTile(6, 1, 2, 3)), nullValue()); in getAtIndex()
[all …]
DMessageQueueTest.java20 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/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/aware/
DWifiAwareNativeManagerTest.java20 import static org.hamcrest.core.IsNull.nullValue;
113 collector.checkThat("null interface", mDut.getWifiNanIface(), nullValue()); in testControlFlow()
131 collector.checkThat("null interface", mDut.getWifiNanIface(), nullValue()); in testControlFlow()
152 collector.checkThat("null interface", mDut.getWifiNanIface(), nullValue()); in testControlFlow()
DWifiAwareRttStateManagerTest.java20 import static org.hamcrest.core.IsNull.nullValue;
128 rttResultsCaptor.getValue().mResults[0].bssid, nullValue()); in testStartRanging()
130 rttResultsCaptor.getValue().mResults[1].bssid, nullValue()); in testStartRanging()
DWifiAwareStateManagerTest.java21 import static org.hamcrest.core.IsNull.nullValue;
2692 nullValue()); in validateInternalClientInfoCleanedUp()
2709 nullValue()); in validateInternalSessionInfoCleanedUp()
2813 nullValue()); in validateInternalSendMessageQueuesCleanedUp()
2821 nullValue()); in validateInternalSendMessageQueuesCleanedUp()
/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;
98 assertThat(e, is(nullValue())); in testTouchCoordinatorLayout()
/frameworks/base/tools/bit/
Dmake.cpp122 Json::Value nullValue; in get_values() local
124 const Json::Value& value = json.get(name, nullValue); in get_values()
/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
DPackageManagerSettingsTests.java27 import static org.hamcrest.CoreMatchers.nullValue;
288 assertThat(testPkgSetting01.origPackage, is(nullValue())); in testUpdatePackageSetting01()
322 assertThat(testPkgSetting01.origPackage, is(nullValue())); in testUpdatePackageSetting02()
434 assertThat(testPkgSetting01.origPackage, is(nullValue())); in testCreateNewSetting02()
478 assertThat(testPkgSetting01.origPackage, is(nullValue())); in testCreateNewSetting03()
522 assertThat(testPkgSetting01.origPackage, is(nullValue())); in testCreateNewSetting04()
/frameworks/support/transition/tests/src/android/support/transition/
DFadeTest.java22 import static org.hamcrest.CoreMatchers.nullValue;
114 assertThat(animator, is(nullValue())); in testNoChange()
DTransitionTest.java23 import static org.hamcrest.CoreMatchers.nullValue;
322 assertThat(transition.getPropagation(), is(nullValue())); in testSetPropagation()
/frameworks/support/v7/recyclerview/jvm-tests/src/android/support/v7/util/
DDiffUtilTest.java21 import static org.hamcrest.CoreMatchers.nullValue;
394 assertThat(existing.payload, is(nullValue())); in applyUpdates()
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DHalDeviceManagerTest.java616 collector.checkThat("P2P can't be created", p2pIface, IsNull.nullValue()); in testCreateSameAndDiffPriorities()
651 collector.checkThat("NAN can't be created", nanIface, IsNull.nullValue()); in testCreateSameAndDiffPriorities()
760 collector.checkThat("NAN can't be created", nanIface, IsNull.nullValue()); in testP2pAndNanInteractions()
841 collector.checkThat("NAN can't be created", nanIface, IsNull.nullValue()); in testCacheMismatchError()
891 collector.checkThat("STA created", staIface2, IsNull.nullValue()); in testDuplicateStaRequests()
/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
DItemAnimatorV2ApiTest.java92 assertThat(targets[1], CoreMatchers.nullValue()); in changeMovedOutsideWithPredictiveAndTwoViewHolders()
DRecyclerViewLayoutTest.java1220 MatcherAssert.assertThat(error[0], CoreMatchers.nullValue()); in addItemOnScroll()
1953 assertThat(hidden, CoreMatchers.nullValue()); in duplicateAdapterPositionTest()
1956 assertThat(updated, CoreMatchers.nullValue()); in duplicateAdapterPositionTest()
1996 assertThat(tlm.findViewByPosition(2), CoreMatchers.nullValue()); in duplicateAdapterPositionTest()
/frameworks/support/samples/SupportLeanbackShowcase/libs/
Dgson-1.7.2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
/frameworks/data-binding/prebuilds/1.0-rc0/
Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/ ...
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt31543 method public android.util.JsonWriter nullValue() throws java.io.IOException;
/frameworks/base/api/
Dcurrent.txt43146 method public android.util.JsonWriter nullValue() throws java.io.IOException;
Dsystem-current.txt46685 method public android.util.JsonWriter nullValue() throws java.io.IOException;