Home
last modified time | relevance | path

Searched refs:applicationLabel (Results 1 – 3 of 3) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/notetask/
H A DNoteTaskRoleManagerExt.kt56 val applicationLabel = context.packageManager.getApplicationLabel(packageName) regex
58 if (applicationLabel == null) {
63 applicationLabel,
/aosp14/frameworks/base/packages/PackageInstaller/src/com/android/packageinstaller/
H A DPackageInstallerActivity.java739 static AppErrorDialog newInstance(@NonNull CharSequence applicationLabel) { in newInstance() argument
741 dialog.setArgument(applicationLabel); in newInstance()
766 static AppErrorDialog newInstance(@NonNull CharSequence applicationLabel) {
768 dialog.setArgument(applicationLabel);
/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DDisplayRotationCompatPolicy.java449 void showToast(@StringRes int stringRes, @NonNull String applicationLabel) { in showToast() argument
453 mWmService.mContext.getString(stringRes, applicationLabel), in showToast()