Searched refs:applicationLabel (Results 1 – 3 of 3) sorted by relevance
56 val applicationLabel = context.packageManager.getApplicationLabel(packageName) regex58 if (applicationLabel == null) {63 applicationLabel,
739 static AppErrorDialog newInstance(@NonNull CharSequence applicationLabel) { in newInstance() argument741 dialog.setArgument(applicationLabel); in newInstance()766 static AppErrorDialog newInstance(@NonNull CharSequence applicationLabel) {768 dialog.setArgument(applicationLabel);
449 void showToast(@StringRes int stringRes, @NonNull String applicationLabel) { in showToast() argument453 mWmService.mContext.getString(stringRes, applicationLabel), in showToast()