HomeSort by relevance Sort by last modified time
    Searched refs:expandTemplates (Results 1 - 5 of 5) sorted by null

  /packages/apps/Email/tests/src/com/android/email/activity/setup/
AccountSettingsUtilsTests.java 148 testProvider.expandTemplates("replUser@cox.net");
164 testProvider.expandTemplates("replUser@earthlink.net");
180 testProvider.expandTemplates("replUser@tuffmail.com");
193 testProvider.expandTemplates("replUser@yahoo.com");
  /development/samples/Wiktionary/src/com/example/android/wiktionary/
SimpleWikiHelper.java 132 * @param expandTemplates If true, expand any wiki templates found.
137 public static String getPageContent(String title, boolean expandTemplates)
141 String expandClause = expandTemplates ? WIKTIONARY_EXPAND_TEMPLATES : "";
  /development/samples/WiktionarySimple/src/com/example/android/simplewiktionary/
SimpleWikiHelper.java 139 * @param expandTemplates If true, expand any wiki templates found.
144 public static String getPageContent(String title, boolean expandTemplates)
148 String expandClause = expandTemplates ? WIKTIONARY_EXPAND_TEMPLATES : "";
  /packages/apps/Email/src/com/android/email/activity/setup/
AccountSettingsUtils.java 234 public void expandTemplates(String email) {
AccountSetupBasics.java 441 mProvider.expandTemplates(email);

Completed in 1096 milliseconds