Searched refs:resultString (Results 1 – 4 of 4) sorted by relevance
35 String resultString = LaunchpadActivity.RECEIVER_LOCAL; in onReceive() local37 resultString = "Successfully registered, but expected it to fail"; in onReceive()43 resultString = LaunchpadActivity.RECEIVER_LOCAL; in onReceive()46 resultString = "Successfully bound to service, but expected it to fail"; in onReceive()59 resultString = LaunchpadActivity.RECEIVER_LOCAL; in onReceive()70 data.writeString(resultString); in onReceive()
174 String resultString = Arrays.toString(result); in assertStringArrayEquals() local175 assertEquals(message + ": arrays differ", expectedString, resultString); in assertStringArrayEquals()
570 const char *resultString[] = {"Writable", "Read-Only", "Unsupported"}; in outputResults() local573 printf("[ %s ]\n", resultString[i]); in outputResults()
852 String resultString = ""; in executeShellCommandWithTempFile() local859 resultString += line + "\n"; in executeShellCommandWithTempFile()863 return resultString; in executeShellCommandWithTempFile()