Searched defs:errorString (Results 1 – 6 of 6) sorted by relevance
266 String errorString = tryRunCommand(command.toArray(new String[0])); in buildSystemPolicy() local325 String errorString = tryRunCommand(command.toArray(new String[0])); in buildVendorPolicy() local522 String errorString = tryRunCommand(mSepolicyAnalyze.getAbsolutePath(), in testAllDomainsEnforcing() local696 String errorString = tryRunCommand(checkSeapp.getAbsolutePath(), in testValidSeappContexts() local857 String errorString = tryRunCommand(checkFc.getAbsolutePath(), in testValidFileContexts() local885 String errorString = tryRunCommand(propertyInfoChecker.getAbsolutePath(), in testValidPropertyContexts() local910 String errorString = tryRunCommand(checkFc.getAbsolutePath(), in testValidServiceContexts() local944 String errorString = tryRunCommand(args.toArray(new String[0])); in assertSepolicyTests() local1062 String errorString = tryRunCommand(mSepolicyAnalyze.getAbsolutePath(), in testNoBooleans() local1087 StringBuilder errorString = new StringBuilder(); in testNoBugreportDenials() local
174 StringBuilder errorString = new StringBuilder(); in testNeverallowRule() local
1625 String errorString = String.format( in aeCompensationTestByCamera() local
3029 long timeoutMs, String errorString) throws Exception { in assertTrueCheckTimeout()
5142 final String errorString = "Forbidden"; in testProvisioningManagerRcsProvisioningChangedCallback() local
53 char errorString[MAX_ERROR_STRING_LEN]; variable