Searched refs:getApplicationLabel (Results 1 – 12 of 12) sorted by relevance
34 mAppName = context.getPackageManager().getApplicationLabel(app.info); in AppWaitingForDebuggerDialog()
51 (name=context.getPackageManager().getApplicationLabel(app.info)) != null) { in StrictModeViolationDialog()
51 (name=context.getPackageManager().getApplicationLabel(app.info)) != null) { in AppErrorDialog()
58 (name2=context.getPackageManager().getApplicationLabel(app.info)) != null) { in AppNotRespondingDialog()
479 CharSequence sa = mPM.getApplicationLabel(aa); in compare()483 CharSequence sb = mPM.getApplicationLabel(ab); in compare()
2036 public abstract CharSequence getApplicationLabel(ApplicationInfo info); in getApplicationLabel() method in PackageManager
127 packageLabel = pm.getApplicationLabel(pm.getApplicationInfo(pkg, 0)).toString(); in onCreate()
311 public CharSequence getApplicationLabel(ApplicationInfo info) { in getApplicationLabel() method in MockPackageManager
930 public CharSequence getApplicationLabel(ApplicationInfo info) { in getApplicationLabel() method in ApplicationPackageManager
1065 contentDescription = packageManager.getApplicationLabel( in updateStatusIcon()
6166 …method public abstract java.lang.CharSequence getApplicationLabel(android.content.pm.ApplicationIn…19729 method public java.lang.CharSequence getApplicationLabel(android.content.pm.ApplicationInfo);