Searched refs:KEY_HAS_RESULT (Results 1 – 2 of 2) sorted by relevance
47 public static final String KEY_HAS_RESULT = "has_result"; field in HeavyWeightSwitcherActivity68 mHasResult = getIntent().getBooleanExtra(KEY_HAS_RESULT, false); in onCreate()
787 newIntent.putExtra(HeavyWeightSwitcherActivity.KEY_HAS_RESULT, true); in startActivityMayWait()