Home
last modified time | relevance | path

Searched refs:prettyPrint (Results 1 – 3 of 3) sorted by relevance

/cts/libs/install/src/com/android/cts/install/lib/
DLocalIntentSender.java47 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
/cts/hostsidetests/appcompat/strictjavapackages/src/android/compat/sjp/cts/
DStrictJavaPackagesTest.java637 private String prettyPrint(Multimap<String, String> classesToJars) { in prettyPrint() method in StrictJavaPackagesTest
670 private String prettyPrint( in prettyPrint() method in StrictJavaPackagesTest
718 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()
/cts/tests/tests/packageinstaller/test-apps/criticaluserjourneyinstaller/src/android/packageinstaller/cts/cujinstaller/
DMainActivity.java233 Log.i(TAG, "InstallResultReceiver Received intent " + prettyPrint(intent)); in onReceive()
243 private static String prettyPrint(Intent intent) { in prettyPrint() method in MainActivity.InstallResultReceiver