Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/Shell/src/com/android/shell/
H A DBugreportRequestedReceiver.java20 import static com.android.shell.BugreportProgressService.dumpIntent;
38 Log.d(TAG, "onReceive(): " + dumpIntent(intent)); in onReceive()
H A DBugreportProgressService.java296 Log.v(TAG, "onStartCommand(): " + dumpIntent(intent)); in onStartCommand()
530 Log.v(TAG, "handleMessage(): " + dumpIntent((Intent) parcel)); in handleMessage()
1514 static String dumpIntent(Intent intent) { in dumpIntent() method in BugreportProgressService
1535 buffer.append(dumpIntent(originalIntent)); in dumpIntent()