OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:version_text
(Results
1 - 4
of
4
) sorted by null
/cts/apps/CtsVerifier/src/com/android/cts/verifier/
CtsVerifierActivity.java
44
TextView versionText = (TextView) findViewById(R.id.
version_text
);
45
versionText.setText(getString(R.string.
version_text
, Version.getVersionName(this)));
/external/grub/docs/
help2man
164
my ($help_text, $
version_text
) = map {
195
($_, $
version_text
) = split /\n+/, $
version_text
, 2;
265
$_ = "$help_text\n\n$
version_text
";
/ndk/sources/host-tools/sed-4.2.1/build-aux/
help2man
192
my ($help_text, $
version_text
) = map {
223
($_, $
version_text
) = split /\n+/, $
version_text
, 2;
305
$_ = "$help_text\n\n$
version_text
";
/packages/apps/Settings/src/com/android/settings/applications/
InstalledAppDetails.java
389
mAppVersion.setText(getActivity().getString(R.string.
version_text
,
[
all
...]
Completed in 125 milliseconds