Home
last modified time | relevance | path

Searched refs:mTestPassed (Results 1 – 2 of 2) sorted by relevance

/cts/apps/CtsVerifier/src/com/android/cts/verifier/sharesheet/
DSharesheetChooserResultActivity.java64 private boolean mTestPassed; field in SharesheetChooserResultActivity
200 mTestPassed = mResultExpected.equals(result); in onChooserResultReceived()
211 if (!mTestPassed) { in finishTest()
218 setTestResultAndFinish(mTestPassed); in finishTest()
/cts/tests/tests/opengl/src/android/opengl/cts/
DCompressedTextureSurfaceView.java104 private boolean mTestPassed; field in CompressedTextureSurfaceView.CompressedTextureRender
120 return mTestPassed; in getTestPassed()
212 mTestPassed = sample1Matches && sample2Matches && sample3Matches && sample4Matches; in comparePixels()
285 mTestPassed = true; in onSurfaceCreated()