Searched refs:nullValue (Results 1 – 11 of 11) sorted by relevance
/cts/hostsidetests/appsecurity/test-apps/EphemeralTestApp/EphemeralApp1/src/com/android/cts/ephemeralapp1/ |
D | ClientTest.java | 28 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/ |
D | JsonWriter.java | 277 return nullValue(); in value() 289 public JsonWriter nullValue() throws IOException { in nullValue() method in JsonWriter
|
/cts/tests/tests/util/src/android/util/cts/ |
D | JsonWriterTest.java | 271 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/ |
D | WindowInsetsControllerTests.java | 52 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()
|
D | DisplayCutoutTests.java | 49 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()
|
D | WindowInsetsAnimationControllerTests.java | 39 import static org.hamcrest.Matchers.nullValue; 177 nullValue()); in setUpWindowInsetsAnimationControllerTests()
|
/cts/hostsidetests/appsecurity/test-apps/IsolatedSplitApp/src/com/android/cts/isolatedsplitapp/ |
D | SplitAppTest.java | 197 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/ |
D | SyncAdapterEnumerationTests.java | 49 import static org.hamcrest.Matchers.nullValue; 194 TARGET_SYNCADAPTER), nullValue()); in queriesNothing_getRunningServiceControlPanel_cannotSeeSyncAdapterTarget()
|
D | AppEnumerationTests.java | 1186 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/ |
D | ClientTest.java | 26 import static org.hamcrest.CoreMatchers.nullValue; 508 assertThat(testCursor, is(nullValue())); in testStartEphemeral()
|
/cts/common/device-side/bedstead/remoteframeworkclasses/java/apis/ |
D | current.txt | 50011 method public android.util.JsonWriter nullValue() throws java.io.IOException;
|