Searched refs:isNotNull (Results 1 – 17 of 17) sorted by relevance
85 assertThat(startMetrics.getString(odexFileSizeStartKey)).isNotNull(); in testCollectOatDump_onRunStartAndRunEnd()86 assertThat(startMetrics.getString(reportedSizeStartKey)).isNotNull(); in testCollectOatDump_onRunStartAndRunEnd()103 assertThat(endMetrics.getString(odexFileSizeEndKey)).isNotNull(); in testCollectOatDump_onRunStartAndRunEnd()104 assertThat(endMetrics.getString(reportedSizeEndKey)).isNotNull(); in testCollectOatDump_onRunStartAndRunEnd()
53 Truth.assertThat(args.getChild("child")).isNotNull() in <lambda>()56 Truth.assertThat(args.getChild("child")?.getChild("grandChild0")).isNotNull() in <lambda>()57 Truth.assertThat(args.getChild("child")?.getChild("grandChild1")).isNotNull() in <lambda>()
154 Truth.assertWithMessage("Actual state").that(actual).isNotNull() in validateState()155 Truth.assertWithMessage("Expected state").that(expected).isNotNull() in validateState()162 Truth.assertWithMessage("Actual visible region").that(actual).isNotNull() in validateVisibleRegion()163 Truth.assertWithMessage("Expected visible region").that(expected).isNotNull() in validateVisibleRegion()
200 Truth.assertWithMessage("Actual state").that(actual).isNotNull() in validateState()201 Truth.assertWithMessage("Expected state").that(expected).isNotNull() in validateState()208 Truth.assertWithMessage("Actual visible region").that(actual).isNotNull() in validateVisibleRegion()209 Truth.assertWithMessage("Expected visible region").that(expected).isNotNull() in validateVisibleRegion()
42 isNotNull() in <lambda>()51 isNotNull() in <lambda>()
59 isNotNull() in <lambda>()72 isNotNull() in <lambda>()
51 isNotNull() in timeSeriesMatchesGolden()97 isNotNull() in filmstripMatchesGolden()
58 Truth.assertThat(currState.wmState).isNotNull() in canFetchCurrentDeviceStateOnlyWm()69 Truth.assertThat(currState.layerState).isNotNull() in canFetchCurrentDeviceStateOnlyLayers()
55 check { "InputMethodServiceEntry" }.that(entry).isNotNull() in <lambda>()
55 check { "ImeClientEntry" }.that(entry).isNotNull() in <lambda>()
55 check { "InputMethodManagerServiceEntry" }.that(entry).isNotNull() in <lambda>()
51 Truth.assertWithMessage("Event log size").that(actual).isNotNull() in readFromStore()
106 assertWithMessage("Swipeable area not found").that(swipeableArea).isNotNull(); in swipeUp()
76 fun isNotNull() { in isNotNull() method in android.tools.flicker.subject.CheckSubject
98 assertThat(result.diff).isNotNull() in diffColor_notMatch()
98 assertThat(coverage).isNotNull(); in instrumentationTest_generatesJavaCoverage()
416 check { "Front window" }.that(wmState.frontWindow).isNotNull() in <lambda>()417 check { "Focused window" }.that(wmState.focusedWindow).isNotNull() in <lambda>()