Lines Matching full:boolean
40 private boolean mDismissCalled;
41 private boolean mCancelCalled;
77 public boolean doStep(int step) throws FailException {
107 public boolean doStep(int step) throws FailException {
136 public boolean doStep(int step) throws FailException {
179 private void assertFalse(String message, boolean value) throws FailException {
183 private void assertTrue(String message, boolean value) throws FailException {
189 private void startSearch(String initialQuery, boolean selectInitialQuery,
190 ComponentName launchActivity, Bundle appSearchData, boolean globalSearch) {
199 private boolean isVisible() {
229 protected abstract boolean doStep(int step) throws FailException;