Home
last modified time | relevance | path

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

/frameworks/base/packages/Shell/src/com/android/shell/
DBugreportReceiver.java23 import static com.android.shell.BugreportProgressService.dumpIntent;
54 Log.d(TAG, "onReceive(): " + dumpIntent(intent)); in onReceive()
DBugreportProgressService.java268 Log.v(TAG, "onStartCommand(): " + dumpIntent(intent)); in onStartCommand()
344 Log.v(TAG, "handleMessage(): " + dumpIntent((Intent) parcel)); in handleMessage()
1271 static String dumpIntent(Intent intent) { in dumpIntent() method in BugreportProgressService
1294 buffer.append(dumpIntent(originalIntent)); in dumpIntent()