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