Home
last modified time | relevance | path

Searched refs:activityLabel (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/core/tests/coretests/src/com/android/internal/app/
DResolverDataProvider.java98 final String activityLabel = "activity_label"; in createPackageManagerMockedInfo() local
119 if (id == 2) return activityLabel; in createPackageManagerMockedInfo()
138 return activityLabel; in createPackageManagerMockedInfo()
160 mockedInfo.setActivityLabel = activityLabel; in createPackageManagerMockedInfo()
/frameworks/base/libs/WindowManager/Shell/tests/flicker/src/com/android/wm/shell/flicker/helpers/
DSplitScreenHelper.kt25 activityLabel: String,
27 ) : BaseAppHelper(instrumentation, activityLabel, componentsInfo) {
DAppPairsHelper.kt26 activityLabel: String,
28 ) : BaseAppHelper(instrumentation, activityLabel, component) {
DMultiWindowHelper.kt26 activityLabel: String,
28 ) : BaseAppHelper(instrumentation, activityLabel, componentsInfo) {
/frameworks/base/packages/PackageInstaller/src/com/android/packageinstaller/television/
DUninstallAlertFragment.java52 final CharSequence activityLabel = dialogInfo.activityInfo.loadSafeLabel(pm); in onCreateGuidance() local
53 if (!activityLabel.equals(appLabel)) { in onCreateGuidance()
55 getString(R.string.uninstall_activity_text, activityLabel)); in onCreateGuidance()
/frameworks/base/packages/PackageInstaller/src/com/android/packageinstaller/handheld/
DUninstallAlertDialogFragment.java118 final CharSequence activityLabel = dialogInfo.activityInfo.loadSafeLabel(pm); in onCreateDialog() local
119 if (!activityLabel.equals(appLabel)) { in onCreateDialog()
121 getString(R.string.uninstall_activity_text, activityLabel)); in onCreateDialog()
/frameworks/base/tools/aapt/
DCommand.cpp1085 String8 activityLabel; in doDump() local
1164 ResTable::normalizeForOutput(activityLabel.string()) in doDump()
1176 ResTable::normalizeForOutput(activityLabel.string()) in doDump()
1759 activityLabel = AaptXml::getResolvedAttribute(res, tree, LABEL_ATTR, in doDump()