Searched refs:prettyPrint (Results 1 – 3 of 3) sorted by relevance
47 Log.i(TAG, "Received intent " + prettyPrint(intent)); in onReceive()71 Log.i(TAG, "Taking intent " + prettyPrint(intent)); in getResult()82 private static String prettyPrint(Intent intent) { in prettyPrint() method in LocalIntentSender
637 private String prettyPrint(Multimap<String, String> classesToJars) { in prettyPrint() method in StrictJavaPackagesTest670 private String prettyPrint( in prettyPrint() method in StrictJavaPackagesTest718 assertWithMessage(prettyPrint(filtered)) in testSystemServerClasspath_nonDuplicateClasses()750 assertWithMessage(prettyPrint(filtered)) in testBootClasspathAndSystemServerClasspath_nonDuplicateClasses()764 assertWithMessage(prettyPrint(filtered)) in testBootClasspath_nonDuplicateApexJarClasses()778 assertWithMessage(prettyPrint(filtered)) in testSystemServerClasspath_nonDuplicateApexJarClasses()799 assertWithMessage(prettyPrint(filtered)) in testBootClasspathAndSystemServerClasspath_nonApexDuplicateClasses()844 assertWithMessage(prettyPrint(filtered)) in testBootClasspathAndSharedLibs_nonDuplicateClasses()911 assertWithMessage(prettyPrint(perApkClasspathDuplicates)) in testApkInApex_nonClasspathClasses()
233 Log.i(TAG, "InstallResultReceiver Received intent " + prettyPrint(intent)); in onReceive()243 private static String prettyPrint(Intent intent) { in prettyPrint() method in MainActivity.InstallResultReceiver