Home
last modified time | relevance | path

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

/frameworks/base/packages/Shell/src/com/android/shell/
DBugreportReceiver.java20 import static com.android.shell.BugreportProgressService.EXTRA_ORIGINAL_INTENT;
60 serviceIntent.putExtra(EXTRA_ORIGINAL_INTENT, intent); in onReceive()
DBugreportProgressService.java163 static final String EXTRA_ORIGINAL_INTENT = "android.intent.extra.ORIGINAL_INTENT"; field in BugreportProgressService
343 final Parcelable parcel = ((Intent) msg.obj).getParcelableExtra(EXTRA_ORIGINAL_INTENT); in handleMessage()
1291 if (intent.hasExtra(EXTRA_ORIGINAL_INTENT)) { in dumpIntent()
1293 final Intent originalIntent = intent.getParcelableExtra(EXTRA_ORIGINAL_INTENT); in dumpIntent()
1303 EXTRA_ORIGINAL_INTENT.substring(EXTRA_ORIGINAL_INTENT.lastIndexOf('.') + 1);