Searched refs:mExpecting (Results 1 – 2 of 2) sorted by relevance
35 private String mExpecting; field in ActivityTestsBase164 mExpecting = expected; in waitForResult()208 final String msg = mExpecting == null ? "Timeout" : "Timeout while expecting " + mExpecting; in onTimeout()
35 private String mExpecting; field in ActivityTestsBase178 mExpecting = expected; in waitForResult()226 final String msg = mExpecting == null ? "Timeout" : "Timeout while expecting " + mExpecting; in onTimeout()