Searched refs:mExpecting (Results 1 – 3 of 3) sorted by relevance
45 mMutating(&mStates[0]), mExpecting(NULL), in StateQueue()115 if (mExpecting != NULL) { in push()121 if (ack == mExpecting) { in push()146 mExpecting = mMutating; in push()152 *mMutating = *mExpecting; in push()159 if (mExpecting != NULL) { in push()165 if (ack == mExpecting) { in push()166 mExpecting = NULL; in push()
199 const T* mExpecting; // 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()