OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:activityLabel
(Results
1 - 2
of
2
) sorted by null
/packages/apps/PackageInstaller/src/com/android/packageinstaller/
UninstallerActivity.java
177
CharSequence
activityLabel
= activityInfo.loadLabel(mPm);
178
if (!
activityLabel
.equals(mAppInfo.loadLabel(mPm))) {
180
CharSequence text = getString(R.string.uninstall_activity_text,
activityLabel
);
/frameworks/base/tools/aapt/
Command.cpp
788
String8
activityLabel
;
820
activityLabel
.string(),
[
all
...]
Completed in 2619 milliseconds