Home
last modified time | relevance | path

Searched refs:getApplicationName (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/core/java/android/view/textclassifier/intent/
DLabeledIntent.java159 String applicationName = getApplicationName(resolveInfo, packageManager); in resolveDescription()
168 private String getApplicationName( in getApplicationName() method in LabeledIntent
/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
DVolumeDialogControllerImpl.java580 mState.effectsSuppressorName = getApplicationName(mContext, mState.effectsSuppressor);
586 private static String getApplicationName(Context context, ComponentName component) {
/frameworks/base/telephony/common/com/android/internal/telephony/
DSmsApplication.java157 public String getApplicationName(Context context) { in getApplicationName() method in SmsApplication.SmsApplicationData