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.java278 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 BugreportProgressService
1312 buffer.append(dumpIntent(originalIntent)); in dumpIntent()