Searched refs:mExpecting (Results 1 – 3 of 3) sorted by relevance
98 if (mExpecting != nullptr) { in push()104 if (ack == mExpecting) { in push()129 mExpecting = mMutating; in push()135 *mMutating = *mExpecting; in push()142 if (mExpecting != nullptr) { in push()148 if (ack == mExpecting) { in push()149 mExpecting = nullptr; in push()
197 const T* mExpecting = nullptr; // what the mutator expects mAck to be set to variable
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()