OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mTestStop
(Results
1 - 6
of
6
) sorted by null
/cts/tools/host/src/com/android/cts/
HostSideOnlyPackage.java
53
if (!
mTestStop
) {
68
if (!
mTestStop
) {
TestCase.java
34
private boolean
mTestStop
;
42
mTestStop
= false;
183
mTestStop
= testStopped;
185
mCurrentTest.setTestStopped(
mTestStop
);
196
mTestStop
= false;
198
while (tests.hasNext() && (!
mTestStop
)) {
214
mTestStop
= false;
TestSuite.java
38
private boolean
mTestStop
;
54
mTestStop
= false;
254
mTestStop
= testStopped;
256
mCurrentTestCase.setTestStopped(
mTestStop
);
260
mCurrentSubSuite.setTestStopped(
mTestStop
);
276
mTestStop
= false;
280
while (subSuites.hasNext() && (!
mTestStop
)) {
285
while (testCases.hasNext() && (!
mTestStop
)) {
303
mTestStop
= false;
TestPackage.java
69
protected boolean
mTestStop
;
108
mTestStop
= false;
482
if (!
mTestStop
) {
493
if (!
mTestStop
) {
502
Log.d("TestPackage.notifyBatchModeFinish() is called,
mTestStop
=" +
mTestStop
);
503
if (
mTestStop
) {
539
if (
mTestStop
) {
596
mTestStop
= true;
607
mTestStop
= true
[
all
...]
Test.java
38
protected boolean
mTestStop
;
54
mTestStop
= false;
258
if (!
mTestStop
) {
288
if (!
mTestStop
) {
312
mTestStop
= testStopped;
333
mTestStop
= false;
348
if (!
mTestStop
) {
TestSession.java
41
private boolean
mTestStop
;
59
mTestStop
= false;
324
if (!
mTestStop
) {
Completed in 433 milliseconds