Searched refs:dumpIntent (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/packages/Shell/src/com/android/shell/
H A DBugreportReceiver.java23 import static com.android.shell.BugreportProgressService.dumpIntent;
55 Log.d(TAG, "onReceive(): " + dumpIntent(intent));
H A DBugreportProgressService.java241 Log.v(TAG, "onStartCommand(): " + dumpIntent(intent));
320 Log.v(TAG, "handleMessage(): " + dumpIntent((Intent) parcel));
1257 static String dumpIntent(Intent intent) { method in class:BugreportProgressService
1279 buffer.append(dumpIntent(originalIntent));

Completed in 196 milliseconds