HomeSort by relevance Sort by last modified time
    Searched defs:mExpecting (Results 1 - 4 of 4) sorted by null

  /frameworks/av/services/audioflinger/
StateQueue.h 199 const T* mExpecting; // what the mutator expects mAck to be set to
  /cts/tests/app/app/src/android/app/stubs/
ActivityTestsBase.java 35 private String mExpecting;
164 mExpecting = expected;
208 final String msg = mExpecting == null ? "Timeout" : "Timeout while expecting " + mExpecting;
  /cts/tests/tests/os/src/android/os/cts/
ActivityTestsBase.java 35 private String mExpecting;
164 mExpecting = expected;
208 final String msg = mExpecting == null ? "Timeout" : "Timeout while expecting " + mExpecting;
  /frameworks/base/core/tests/coretests/src/android/app/activity/
ActivityTestsBase.java 35 private String mExpecting;
164 mExpecting = expected;
207 String msg = mExpecting == null
208 ? "Timeout" : ("Timeout while expecting " + mExpecting);

Completed in 98 milliseconds