Home | History | Annotate | Download | only in dumprendertree

Lines Matching refs:mTotalTestCount

186         mTotalTestCount = intent.getIntExtra(TOTAL_TEST_COUNT, mTotalTestCount);
201 setTitle("Test " + mCurrentTestNumber + " of " + mTotalTestCount);
202 float ratio = (float)mCurrentTestNumber / mTotalTestCount;
662 setTitle("Test " + mCurrentTestNumber + " of " + mTotalTestCount + ": "+ title);
911 private int mTotalTestCount;