OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:mExpecting
(Results
1 - 3
of
3
) sorted by null
/frameworks/av/services/audioflinger/
StateQueue.h
195
const T*
mExpecting
; // what the mutator expects mAck to be set to
/cts/tests/src/android/app/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 534 milliseconds