Home
last modified time | relevance | path

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

/cts/tests/camera/libctscamera2jni/
Dnative-camera-jni.cpp54 char errorString[MAX_ERROR_STRING_LEN]; variable
1171 LOG_ERROR(errorString, "Get camera id list failed: ret %d", ret); in initWithErrorLog()
1180 LOG_ERROR(errorString, "Register availability callback failed: ret %d", ret); in initWithErrorLog()
1267 LOG_ERROR(errorString, "Get camera characteristics failed: ret %d", ret); in getCameraChars()
1282 LOG_ERROR(errorString, "Get camera characteristics failed: ret %d", ret); in getCameraChars()
1354 LOG_ERROR(errorString, "Cannot init image reader before closing existing one"); in initImageReaderWithErrorLog()
1378 LOG_ERROR(errorString, "Create image reader. ret %d", ret); in initImageReaderWithErrorLog()
1382 LOG_ERROR(errorString, "null image reader created"); in initImageReaderWithErrorLog()
1388 LOG_ERROR(errorString, "Set AImageReader listener failed. ret %d", ret); in initImageReaderWithErrorLog()
1394 LOG_ERROR(errorString, "AImageReader_getWindow failed. ret %d", ret); in initImageReaderWithErrorLog()
[all …]
/cts/hostsidetests/security/src/android/security/cts/
DSELinuxHostTest.java266 String errorString = tryRunCommand(command.toArray(new String[0])); in buildSystemPolicy() local
267 assertTrue(errorString, errorString.length() == 0); in buildSystemPolicy()
325 String errorString = tryRunCommand(command.toArray(new String[0])); in buildVendorPolicy() local
326 assertTrue(errorString, errorString.length() == 0); in buildVendorPolicy()
522 String errorString = tryRunCommand(mSepolicyAnalyze.getAbsolutePath(), in testAllDomainsEnforcing() local
525 + errorString, errorString.length() == 0); in testAllDomainsEnforcing()
711 String errorString = tryRunCommand(checkSeapp.getAbsolutePath(), in testValidSeappContexts() local
720 + errorString, errorString.length() == 0); in testValidSeappContexts()
725 errorString = tryRunCommand(checkSeapp.getAbsolutePath(), in testValidSeappContexts()
731 + errorString, errorString.length() == 0); in testValidSeappContexts()
[all …]
DSELinuxNeverallowRule.java187 StringBuilder errorString = new StringBuilder(); in SELinuxNeverallowRule() local
189 errorString.append(line); in SELinuxNeverallowRule()
190 errorString.append("\n"); in SELinuxNeverallowRule()
194 + "neverallow rule:\n" + mText + "\n" + errorString, in SELinuxNeverallowRule()
195 errorString.length() == 0); in SELinuxNeverallowRule()
/cts/tests/suspendapps/tests/src/android/suspendapps/cts/
DSuspendPackagesTest.java229 final StringBuilder errorString = new StringBuilder(); in testLauncherCallback()
231 errorString.append("Received unexpected packageNames in onPackagesSuspended: "); in testLauncherCallback()
232 errorString.append(Arrays.toString(packageNames)); in testLauncherCallback()
233 errorString.append(". "); in testLauncherCallback()
236 errorString.append("Received wrong user " + user.getIdentifier() in testLauncherCallback()
240 errorString.append("Unexpected launcherExtras, supplied: " + suppliedExtras in testLauncherCallback()
243 callBackErrors.set(errorString.toString()); in testLauncherCallback()
/cts/tests/camera/src/android/hardware/camera2/cts/
DStillCaptureTest.java1666 String errorString = String.format( in aeCompensationTestByCamera() local
1678 mCollector.expectInRange(errorString, error, in aeCompensationTestByCamera()
/cts/tests/tests/telephony/current/src/android/telephony/ims/cts/
DImsServiceTest.java5144 final String errorString = "Forbidden"; in testProvisioningManagerRcsProvisioningChangedCallback() local
5198 config.notifyAutoConfigurationErrorReceived(errorCode, errorString); in testProvisioningManagerRcsProvisioningChangedCallback()
5204 assertTrue(errorString.equals(params.mErrorString)); in testProvisioningManagerRcsProvisioningChangedCallback()
5230 config.notifyAutoConfigurationErrorReceived(errorCode, errorString); in testProvisioningManagerRcsProvisioningChangedCallback()
/cts/tests/tests/media/audio/src/android/media/audio/cts/
DAudioManagerTest.java3339 long timeoutMs, String errorString) throws Exception { in assertTrueCheckTimeout() argument
3349 assertTrue(errorString, result); in assertTrueCheckTimeout()