Searched refs:applicationLabel (Results 1 – 3 of 3) sorted by relevance
56 val applicationLabel = context.packageManager.getApplicationLabel(packageName) in <lambda>() constant58 if (applicationLabel == null) { in <lambda>()63 applicationLabel, in <lambda>()
332 void showToast(@StringRes int stringRes, @NonNull String applicationLabel) { in showToast() argument336 mWmService.mContext.getString(stringRes, applicationLabel), in showToast()
771 static AppErrorDialog newInstance(@NonNull CharSequence applicationLabel) { in newInstance() argument773 dialog.setArgument(applicationLabel); in newInstance()798 static AppErrorDialog newInstance(@NonNull CharSequence applicationLabel) {800 dialog.setArgument(applicationLabel);