Searched refs:EXTRA_IS_FROM_SLICE (Results 1 – 3 of 3) sorted by relevance
151 public static final String EXTRA_IS_FROM_SLICE = "is_from_slice"; field in SettingsActivity403 if (intent.getBooleanExtra(EXTRA_IS_FROM_SLICE, false)) { in launchHomepageForTwoPaneDeepLink()435 if (intent.getBooleanExtra(EXTRA_IS_FROM_SLICE, false)) { in shouldShowTwoPaneDeepLink()
21 import static com.android.settings.SettingsActivity.EXTRA_IS_FROM_SLICE;226 .putExtra(EXTRA_IS_FROM_SLICE, true) in buildSearchResultPageIntent()
366 targetIntent.putExtra(SettingsActivity.EXTRA_IS_FROM_SLICE, false); in launchDeepLinkIntentToRight()