Home
last modified time | relevance | path

Searched refs:mExpecting (Results 1 – 2 of 2) sorted by relevance

/cts/tests/tests/os/src/android/os/cts/
DActivityTestsBase.java35 private String mExpecting; field in ActivityTestsBase
164 mExpecting = expected; in waitForResult()
208 final String msg = mExpecting == null ? "Timeout" : "Timeout while expecting " + mExpecting; in onTimeout()
/cts/tests/app/app/src/android/app/stubs/
DActivityTestsBase.java35 private String mExpecting; field in ActivityTestsBase
178 mExpecting = expected; in waitForResult()
226 final String msg = mExpecting == null ? "Timeout" : "Timeout while expecting " + mExpecting; in onTimeout()