Home
last modified time | relevance | path

Searched defs:errorString (Results 1 – 6 of 6) sorted by relevance

/cts/hostsidetests/security/src/android/security/cts/
DSELinuxHostTest.java266 String errorString = tryRunCommand(command.toArray(new String[0])); in buildSystemPolicy() local
325 String errorString = tryRunCommand(command.toArray(new String[0])); in buildVendorPolicy() local
522 String errorString = tryRunCommand(mSepolicyAnalyze.getAbsolutePath(), in testAllDomainsEnforcing() local
711 String errorString = tryRunCommand(checkSeapp.getAbsolutePath(), in testValidSeappContexts() local
872 String errorString = tryRunCommand(checkFc.getAbsolutePath(), in testValidFileContexts() local
900 String errorString = tryRunCommand(propertyInfoChecker.getAbsolutePath(), in testValidPropertyContexts() local
925 String errorString = tryRunCommand(checkFc.getAbsolutePath(), in testValidServiceContexts() local
959 String errorString = tryRunCommand(args.toArray(new String[0])); in assertSepolicyTests() local
1077 String errorString = tryRunCommand(mSepolicyAnalyze.getAbsolutePath(), in testNoBooleans() local
1102 StringBuilder errorString = new StringBuilder(); in testNoBugreportDenials() local
DSELinuxNeverallowRule.java187 StringBuilder errorString = new StringBuilder(); in SELinuxNeverallowRule() local
/cts/tests/camera/src/android/hardware/camera2/cts/
DStillCaptureTest.java1666 String errorString = String.format( in aeCompensationTestByCamera() local
/cts/tests/tests/media/audio/src/android/media/audio/cts/
DAudioManagerTest.java3339 long timeoutMs, String errorString) throws Exception { in assertTrueCheckTimeout()
/cts/tests/tests/telephony/current/src/android/telephony/ims/cts/
DImsServiceTest.java5144 final String errorString = "Forbidden"; in testProvisioningManagerRcsProvisioningChangedCallback() local
/cts/tests/camera/libctscamera2jni/
Dnative-camera-jni.cpp54 char errorString[MAX_ERROR_STRING_LEN]; variable