Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/
H A DScreenDecorationsTest.java350 private void verifyTopDotViewsNullable(final boolean isAssertNull) { in verifyTopDotViewsNullable() argument
353 if (isAssertNull) { in verifyTopDotViewsNullable()
362 private void verifyBottomDotViewsNullable(final boolean isAssertNull) { in verifyBottomDotViewsNullable() argument
365 if (isAssertNull) { in verifyBottomDotViewsNullable()
374 private void verifyDotViewsNullable(final boolean isAssertNull) { in verifyDotViewsNullable() argument
375 verifyTopDotViewsNullable(isAssertNull); in verifyDotViewsNullable()
376 verifyBottomDotViewsNullable(isAssertNull); in verifyDotViewsNullable()