Searched refs:getApplicationLabel (Results 1 – 14 of 14) sorted by relevance
35 mAppName = context.getPackageManager().getApplicationLabel(app.info); in AppWaitingForDebuggerDialog()
53 (name=context.getPackageManager().getApplicationLabel(app.info)) != null) { in StrictModeViolationDialog()
49 (name=context.getPackageManager().getApplicationLabel(app.info)) != null) { in AppErrorDialog()
56 (name2=context.getPackageManager().getApplicationLabel(app.info)) != null) { in AppNotRespondingDialog()
656 CharSequence sa = mPM.getApplicationLabel(aa); in compare()660 CharSequence sb = mPM.getApplicationLabel(ab); in compare()
3044 public abstract CharSequence getApplicationLabel(ApplicationInfo info); in getApplicationLabel() method in PackageManager
122 packageLabel = pm.getApplicationLabel(pm.getApplicationInfo(pkg, 0)).toString(); in onCreate()
950 return pm.getApplicationLabel(pm.getApplicationInfo(mCallingPackage, 0)); in getCallingApplicationLabel()
440 public CharSequence getApplicationLabel(ApplicationInfo info) { in getApplicationLabel() method in MockPackageManager
855 appname = String.valueOf(pmUser.getApplicationLabel(info)); in inflateGuts()1433 title.setText(pmUser.getApplicationLabel(
1193 public CharSequence getApplicationLabel(ApplicationInfo info) { in getApplicationLabel() method in ApplicationPackageManager
1492 contentDescription = packageManager.getApplicationLabel( in updateStatusIcon()
8984 …method public abstract java.lang.CharSequence getApplicationLabel(android.content.pm.ApplicationIn…31588 method public java.lang.CharSequence getApplicationLabel(android.content.pm.ApplicationInfo);
8713 …method public abstract java.lang.CharSequence getApplicationLabel(android.content.pm.ApplicationIn…29355 method public java.lang.CharSequence getApplicationLabel(android.content.pm.ApplicationInfo);