Searched refs:isEqual (Results 1 – 13 of 13) sorted by relevance
83 check { "Buffer size" }.that(bufferSize).isEqual(expected) in <lambda>()94 check { "Number of layers" }.that(layerSize).isEqual(expected) in <lambda>()99 check { "Scaling mode" }.that(layer.effectiveScalingMode).isEqual(expected) in <lambda>()109 check { "Buffer orientation" }.that(actualOrientation).isEqual(expected) in <lambda>()
71 check { "Trace is empty" }.that(trace.entries.isEmpty()).isEqual(true) in <lambda>()76 check { "Trace is not empty" }.that(trace.entries.isNotEmpty()).isEqual(true) in <lambda>()
80 check { "SF state size" }.that(entry.flattenedLayers.size).isEqual(0) in <lambda>()
92 var isEqual: Boolean = true in stringReplaceOnce() variable95 isEqual = false in stringReplaceOnce()99 if (isEqual) { in stringReplaceOnce()
94 check { "WM state is empty" }.that(subjects.isEmpty()).isEqual(true) in <lambda>()99 check { "WM state is not empty" }.that(subjects.isEmpty()).isEqual(false) in <lambda>()328 check { "rotation" }.that(wmState.getRotation(displayId)).isEqual(rotation) in <lambda>()413 check { "Root task Id for stack $aTask" }.that(stackId).isEqual(aTask.rootTaskId) in <lambda>()418 check { "Focused app" }.that(wmState.focusedApp.isNotEmpty()).isEqual(true) in <lambda>()455 .isEqual("") in <lambda>()464 .isEqual(true) in <lambda>()591 check { "Window is focused app $app" }.that(wmState.focusedApp).isEqual(app) in <lambda>()604 .isEqual(true) in <lambda>()613 .isEqual(false) in <lambda>()
75 check { "Trace is empty" }.that(trace.entries.isEmpty()).isEqual(true) in <lambda>()80 check { "Trace is not empty" }.that(trace.entries.isEmpty()).isEqual(false) in <lambda>()
142 fun isData42() = apply { check { "data is 42" }.that(entry.mData).isEqual(42) } in <lambda>()144 fun isData0() = apply { check { "data is 0" }.that(entry.mData).isEqual(0) } in <lambda>()146 fun isData1() = apply { check { "data is 1" }.that(entry.mData).isEqual(1) } in <lambda>()
53 check { "InputMethodManagerServiceTrace" }.that(trace.entries.size).isEqual(0) in <lambda>()
48 check { "ImeClientTrace" }.that(trace.entries.size).isEqual(0) in <lambda>()
48 check { "InputMethodServiceTrace" }.that(trace.entries.size).isEqual(0) in <lambda>()
146 fun isEqual(other: Any?): Boolean { in <lambda>() method
43 fun isEqual(expectedValue: T?) { in isEqual() method
245 firstEntry.check { "has1AppWindow" }.that(appWindowNames.size).isEqual(3) in canDetectAppWindowVisibilitySubject()