Home
last modified time | relevance | path

Searched refs:getApplicationLabel (Results 1 – 14 of 14) sorted by relevance

/frameworks/base/services/core/java/com/android/server/am/
DAppWaitingForDebuggerDialog.java35 mAppName = context.getPackageManager().getApplicationLabel(app.info); in AppWaitingForDebuggerDialog()
DStrictModeViolationDialog.java53 (name=context.getPackageManager().getApplicationLabel(app.info)) != null) { in StrictModeViolationDialog()
DAppErrorDialog.java49 (name=context.getPackageManager().getApplicationLabel(app.info)) != null) { in AppErrorDialog()
DAppNotRespondingDialog.java56 (name2=context.getPackageManager().getApplicationLabel(app.info)) != null) { in AppNotRespondingDialog()
/frameworks/base/core/java/android/content/pm/
DApplicationInfo.java656 CharSequence sa = mPM.getApplicationLabel(aa); in compare()
660 CharSequence sb = mPM.getApplicationLabel(ab); in compare()
DPackageManager.java3044 public abstract CharSequence getApplicationLabel(ApplicationInfo info); in getApplicationLabel() method in PackageManager
/frameworks/base/core/java/android/accounts/
DGrantCredentialsPermissionActivity.java122 packageLabel = pm.getApplicationLabel(pm.getApplicationInfo(pkg, 0)).toString(); in onCreate()
/frameworks/support/v4/java/android/support/v4/app/
DShareCompat.java950 return pm.getApplicationLabel(pm.getApplicationInfo(mCallingPackage, 0)); in getCallingApplicationLabel()
/frameworks/base/test-runner/src/android/test/mock/
DMockPackageManager.java440 public CharSequence getApplicationLabel(ApplicationInfo info) { in getApplicationLabel() method in MockPackageManager
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DBaseStatusBar.java855 appname = String.valueOf(pmUser.getApplicationLabel(info)); in inflateGuts()
1433 title.setText(pmUser.getApplicationLabel(
/frameworks/base/core/java/android/app/
DApplicationPackageManager.java1193 public CharSequence getApplicationLabel(ApplicationInfo info) { in getApplicationLabel() method in ApplicationPackageManager
/frameworks/base/services/core/java/com/android/server/
DInputMethodManagerService.java1492 contentDescription = packageManager.getApplicationLabel( in updateStatusIcon()
/frameworks/base/api/
Dsystem-current.txt8984 …method public abstract java.lang.CharSequence getApplicationLabel(android.content.pm.ApplicationIn…
31588 method public java.lang.CharSequence getApplicationLabel(android.content.pm.ApplicationInfo);
Dcurrent.txt8713 …method public abstract java.lang.CharSequence getApplicationLabel(android.content.pm.ApplicationIn…
29355 method public java.lang.CharSequence getApplicationLabel(android.content.pm.ApplicationInfo);