Home
last modified time | relevance | path

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

/cts/libs/install/src/com/android/cts/install/lib/
DLocalIntentSender.java46 Log.i(TAG, "Received intent " + prettyPrint(intent)); in onReceive()
68 Log.i(TAG, "Taking intent " + prettyPrint(intent)); in getResult()
72 private static String prettyPrint(Intent intent) { in prettyPrint() method in LocalIntentSender