Home
last modified time | relevance | path

Searched refs:mAppLabel (Results 1 – 2 of 2) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
DUiccCardApplication.java80 private String mAppLabel; field in UiccCardApplication
119 mAppLabel = as.app_label; in UiccCardApplication()
157 mAppLabel = as.app_label; in update()
680 return mAppLabel; in getAppLabel()
1000 pw.println("mAppLabel=" + mAppLabel); in dump()
/frameworks/base/packages/CompanionDeviceManager/src/com/android/companiondevicemanager/
DCompanionAssociationActivity.java123 private CharSequence mAppLabel; field in CompanionAssociationActivity
280 mAppLabel = appLabel; in initUI()
519 title = getHtmlFromResources(this, R.string.chooser_title_non_profile, mAppLabel); in initUiForMultipleDevices()
594 this, PROFILE_TITLES.get(deviceProfile), mAppLabel, remoteDeviceName); in updateSingleDeviceUi()