Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/chooser/
DChooserHelper.java35 final Intent thisIntent = activity.getIntent(); in onChoose() local
36 final Bundle thisExtras = thisIntent.getExtras(); in onChoose()
37 final Intent chosenIntent = thisIntent.getParcelableExtra(Intent.EXTRA_INTENT); in onChoose()
38 final Bundle options = thisIntent.getParcelableExtra(ActivityTaskManager.EXTRA_OPTIONS); in onChoose()
42 thisIntent.getBooleanExtra(ActivityTaskManager.EXTRA_IGNORE_TARGET_SECURITY, false); in onChoose()
43 final int userId = thisIntent.getIntExtra(Intent.EXTRA_USER_ID, -1); in onChoose()