Searched refs:WELCOME_TEMPLATE (Results 1 – 1 of 1) sorted by relevance
48 private static String WELCOME_TEMPLATE = "Welcome to the new activity, %s!"; field in LoginActivity73 return String.format(WELCOME_TEMPLATE, username); in getWelcomeMessage()