Searched refs:dumpIntent (Results 1 – 2 of 2) sorted by relevance
23 import static com.android.shell.BugreportProgressService.dumpIntent;54 Log.d(TAG, "onReceive(): " + dumpIntent(intent)); in onReceive()
278 Log.v(TAG, "onStartCommand(): " + dumpIntent(intent)); in onStartCommand()354 Log.v(TAG, "handleMessage(): " + dumpIntent((Intent) parcel)); in handleMessage()1289 static String dumpIntent(Intent intent) { in dumpIntent() method in BugreportProgressService1312 buffer.append(dumpIntent(originalIntent)); in dumpIntent()