OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:welcomeTitle
(Results
1 - 2
of
2
) sorted by null
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/setup/
SetupWizardActivity.java
136
final TextView
welcomeTitle
= (TextView)findViewById(R.id.setup_welcome_title);
137
welcomeTitle
.setText(getString(R.string.setup_welcome_title, applicationName));
/external/chromium_org/ui/file_manager/file_manager/foreground/js/
drive_banners.js
181
var
welcomeTitle
= str('DRIVE_WELCOME_TITLE_ALTERNATIVE');
183
welcomeTitle
= str('DRIVE_WELCOME_TITLE_ALTERNATIVE_1TB');
184
title.textContent =
welcomeTitle
;
Completed in 308 milliseconds