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
696 String errorString = tryRunCommand(checkSeapp.getAbsolutePath(), in testValidSeappContexts() local
857 String errorString = tryRunCommand(checkFc.getAbsolutePath(), in testValidFileContexts() local
885 String errorString = tryRunCommand(propertyInfoChecker.getAbsolutePath(), in testValidPropertyContexts() local
910 String errorString = tryRunCommand(checkFc.getAbsolutePath(), in testValidServiceContexts() local
944 String errorString = tryRunCommand(args.toArray(new String[0])); in assertSepolicyTests() local
1062 String errorString = tryRunCommand(mSepolicyAnalyze.getAbsolutePath(), in testNoBooleans() local
1087 StringBuilder errorString = new StringBuilder(); in testNoBugreportDenials() local
DSELinuxNeverallowRule.java174 StringBuilder errorString = new StringBuilder(); in testNeverallowRule() local
/cts/tests/camera/src/android/hardware/camera2/cts/
DStillCaptureTest.java1625 String errorString = String.format( in aeCompensationTestByCamera() local
/cts/tests/tests/media/audio/src/android/media/audio/cts/
DAudioManagerTest.java3029 long timeoutMs, String errorString) throws Exception { in assertTrueCheckTimeout()
/cts/tests/tests/telephony/current/src/android/telephony/ims/cts/
DImsServiceTest.java5142 final String errorString = "Forbidden"; in testProvisioningManagerRcsProvisioningChangedCallback() local
/cts/tests/camera/libctscamera2jni/
Dnative-camera-jni.cpp53 char errorString[MAX_ERROR_STRING_LEN]; variable