Searched refs:hasSameKeyOutput (Results 1 – 3 of 3) sorted by relevance
46 abstract boolean hasSameKeyOutput(final String text); in hasSameKeyOutput() method in ExpectedKeyOutput47 abstract boolean hasSameKeyOutput(final Key key); in hasSameKeyOutput() method in ExpectedKeyOutput48 abstract boolean hasSameKeyOutput(final MoreKeySpec moreKeySpec); in hasSameKeyOutput() method in ExpectedKeyOutput49 abstract boolean hasSameKeyOutput(final ExpectedKeyOutput output); in hasSameKeyOutput() method in ExpectedKeyOutput78 boolean hasSameKeyOutput(final String text) { in hasSameKeyOutput() method in ExpectedKeyOutput.Code83 boolean hasSameKeyOutput(final Key key) { in hasSameKeyOutput() method in ExpectedKeyOutput.Code88 boolean hasSameKeyOutput(final MoreKeySpec moreKeySpec) { in hasSameKeyOutput() method in ExpectedKeyOutput.Code93 boolean hasSameKeyOutput(final ExpectedKeyOutput output) { in hasSameKeyOutput() method in ExpectedKeyOutput.Code133 boolean hasSameKeyOutput(final String text) { in hasSameKeyOutput() method in ExpectedKeyOutput.Text138 boolean hasSameKeyOutput(final Key key) { in hasSameKeyOutput() method in ExpectedKeyOutput.Text[all …]
165 return mVisual.hasSameKeyVisual(key) && mOutput.hasSameKeyOutput(key) in equalsTo()170 return mVisual.hasSameKeyVisual(moreKeySpec) && mOutput.hasSameKeyOutput(moreKeySpec); in equalsTo()177 return mVisual.hasSameKeyVisual(key.mVisual) && mOutput.hasSameKeyOutput(key.mOutput) in equals()278 if (getVisual().hasSameKeyVisual(key) && getOutput().hasSameKeyOutput(key)) { in equalsTo()
170 return output.hasSameKeyOutput(mLabel); in hasSameKeyVisual()