Searched refs:dumpIntent (Results 1 – 2 of 2) sorted by relevance
20 import static com.android.shell.BugreportProgressService.dumpIntent;38 Log.d(TAG, "onReceive(): " + dumpIntent(intent)); in onReceive()
289 Log.v(TAG, "onStartCommand(): " + dumpIntent(intent)); in onStartCommand()518 Log.v(TAG, "handleMessage(): " + dumpIntent((Intent) parcel)); in handleMessage()1491 static String dumpIntent(Intent intent) { in dumpIntent() method in BugreportProgressService1512 buffer.append(dumpIntent(originalIntent)); in dumpIntent()