Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/tests/coretests/src/com/android/internal/app/
H A 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()
/aosp12/frameworks/base/packages/PackageInstaller/src/com/android/packageinstaller/television/
H A 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()
/aosp12/frameworks/base/libs/WindowManager/Shell/tests/flicker/src/com/android/wm/shell/flicker/helpers/
H A DMultiWindowHelper.kt26 activityLabel: String,
28 ) : BaseAppHelper(instrumentation, activityLabel, componentsInfo) {
H A DSplitScreenHelper.kt27 activityLabel: String,
29 ) : BaseAppHelper(instrumentation, activityLabel, componentsInfo) {
H A DAppPairsHelper.kt27 activityLabel: String,
29 ) : BaseAppHelper(instrumentation, activityLabel, component) {
/aosp12/frameworks/base/packages/PackageInstaller/src/com/android/packageinstaller/handheld/
H A 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()
/aosp12/packages/apps/Settings/src/com/android/settings/accessibility/
H A DAccessibilitySettings.java440 final CharSequence activityLabel = activityInfo.loadLabel(getPackageManager()); in containsTargetNameInList() local
442 && serviceLabel.equals(activityLabel)) { in containsTargetNameInList()
/aosp12/frameworks/base/tools/aapt/
H A 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()