Home
last modified time | relevance | path

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

/cts/hostsidetests/security/src/android/cts/security/
DSELinuxHostTest.java154 StringBuilder errorString = new StringBuilder(); in testAllEnforcing() local
156 errorString.append(line); in testAllEnforcing()
157 errorString.append("\n"); in testAllEnforcing()
160 + errorString, errorString.length() == 0); in testAllEnforcing()
221 StringBuilder errorString = new StringBuilder(); in testValidSeappContexts() local
223 errorString.append(line); in testValidSeappContexts()
224 errorString.append("\n"); in testValidSeappContexts()
227 + errorString, errorString.length() == 0); in testValidSeappContexts()
306 StringBuilder errorString = new StringBuilder(); in testValidFileContexts() local
308 errorString.append(line); in testValidFileContexts()
[all …]
/cts/tests/tests/hardware/src/android/hardware/camera2/cts/
DStillCaptureTest.java1083 String errorString = String.format( in aeCompensationTestByCamera() local
1095 mCollector.expectInRange(errorString, error, in aeCompensationTestByCamera()