Searched refs:EXTRA_ORIGINAL_INTENT (Results 1 – 2 of 2) sorted by relevance
20 import static com.android.shell.BugreportProgressService.EXTRA_ORIGINAL_INTENT;60 serviceIntent.putExtra(EXTRA_ORIGINAL_INTENT, intent); in onReceive()
168 static final String EXTRA_ORIGINAL_INTENT = "android.intent.extra.ORIGINAL_INTENT"; field in BugreportProgressService353 final Parcelable parcel = ((Intent) msg.obj).getParcelableExtra(EXTRA_ORIGINAL_INTENT); in handleMessage()1309 if (intent.hasExtra(EXTRA_ORIGINAL_INTENT)) { in dumpIntent()1311 final Intent originalIntent = intent.getParcelableExtra(EXTRA_ORIGINAL_INTENT); in dumpIntent()1321 EXTRA_ORIGINAL_INTENT.substring(EXTRA_ORIGINAL_INTENT.lastIndexOf('.') + 1);