Home
last modified time | relevance | path

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

/cts/hostsidetests/appsecurity/test-apps/EphemeralTestApp/EphemeralApp1/src/com/android/cts/ephemeralapp1/
DClientTest.java28 import static org.hamcrest.CoreMatchers.nullValue;
369 assertThat(providerInfo, is(nullValue())); in testQuery()
501 assertThat(testCursor, is(nullValue())); in testStartNormal()
617 is(nullValue())); in testStartExposed06()
639 is(nullValue())); in testStartExposed07()
664 is(nullValue())); in testStartExposed08()
693 is(nullValue())); in testStartExposed09()
726 is(nullValue())); in testStartExposed10()
749 is(nullValue())); in testStartExposed11()
768 is(nullValue())); in testStartEphemeral()
[all …]
/cts/libs/json/src/com/android/json/stream/
DJsonWriter.java277 return nullValue(); in value()
289 public JsonWriter nullValue() throws IOException { in nullValue() method in JsonWriter
/cts/tests/tests/util/src/android/util/cts/
DJsonWriterTest.java271 jsonWriter.nullValue(); in testNulls()
439 jsonWriter.name("e").nullValue(); in testPrettyPrintObject()
477 jsonWriter.nullValue(); in testPrettyPrintArray()
/cts/tests/framework/base/windowmanager/src/android/server/wm/insets/
DWindowInsetsControllerTests.java52 import static org.hamcrest.Matchers.nullValue;
243 nullValue()); in testImeShowAndHide()
261 nullValue()); in testImeForceShowingNavigationBar()
663 nullValue()); in testShowImeOnCreate()
676 nullValue()); in testShowImeOnCreate_doesntCauseImeToReappearWhenDialogIsShown()
712 nullValue()); in testShowIme_immediatelyAfterDetachAndReattach()
782 nullValue()); in testImeInsetsWithDifferentControlTarget()
935 nullValue()); in testDispatchApplyWindowInsetsCount_ime()
DDisplayCutoutTests.java49 import static org.hamcrest.Matchers.nullValue;
294 displayCutout, nullValue()); in testDisplayCutout_default()
329 assertThat("must not layout in cutout area in never mode", displayCutout, nullValue()); in testDisplayCutout_never()
DWindowInsetsAnimationControllerTests.java39 import static org.hamcrest.Matchers.nullValue;
177 nullValue()); in setUpWindowInsetsAnimationControllerTests()
/cts/hostsidetests/appsecurity/test-apps/IsolatedSplitApp/src/com/android/cts/isolatedsplitapp/
DSplitAppTest.java197 assertThat(results.getString("feature_b"), nullValue()); in shouldLoadFeatureAReceivers()
198 assertThat(results.getString("feature_c"), nullValue()); in shouldLoadFeatureAReceivers()
265 assertThat(results.getString("feature_c"), nullValue()); in shouldLoadFeatureAAndBReceivers()
/cts/tests/tests/appenumeration/src/android/appenumeration/cts/
DSyncAdapterEnumerationTests.java49 import static org.hamcrest.Matchers.nullValue;
194 TARGET_SYNCADAPTER), nullValue()); in queriesNothing_getRunningServiceControlPanel_cannotSeeSyncAdapterTarget()
DAppEnumerationTests.java1186 IsNull.nullValue()); in queriesNothing_getType_cannotGetMimeType()
1461 assertThat(restartedPackages, expectedPackage == null ? IsNull.nullValue() in assertBroadcastRestartedVisible()
/cts/hostsidetests/appsecurity/test-apps/EphemeralTestApp/NormalApp/src/com/android/cts/normalapp/
DClientTest.java26 import static org.hamcrest.CoreMatchers.nullValue;
508 assertThat(testCursor, is(nullValue())); in testStartEphemeral()
/cts/common/device-side/bedstead/remoteframeworkclasses/java/apis/
Dcurrent.txt50011 method public android.util.JsonWriter nullValue() throws java.io.IOException;