Home | History | Annotate | Download | only in setup

Lines Matching refs:modIntent

171         Intent modIntent = new Intent(intent);
172 modIntent.putExtra(EXTRA_SHOW_FRAGMENT, AccountSettingsFragment.class.getCanonicalName());
173 modIntent.putExtra(
177 modIntent.putExtra(EXTRA_NO_HEADERS, true);
178 return modIntent;