Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/notetask/
DNoteTaskRoleManagerExt.kt56 val applicationLabel = context.packageManager.getApplicationLabel(packageName) in <lambda>() constant
58 if (applicationLabel == null) { in <lambda>()
63 applicationLabel, in <lambda>()
/frameworks/base/services/core/java/com/android/server/wm/
DDisplayRotationCompatPolicy.java332 void showToast(@StringRes int stringRes, @NonNull String applicationLabel) { in showToast() argument
336 mWmService.mContext.getString(stringRes, applicationLabel), in showToast()
/frameworks/base/packages/PackageInstaller/src/com/android/packageinstaller/
DPackageInstallerActivity.java771 static AppErrorDialog newInstance(@NonNull CharSequence applicationLabel) { in newInstance() argument
773 dialog.setArgument(applicationLabel); in newInstance()
798 static AppErrorDialog newInstance(@NonNull CharSequence applicationLabel) {
800 dialog.setArgument(applicationLabel);