Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/customize/
DCustomizeTileView.java28 private TextView mAppLabel; field in CustomizeTileView
39 mAppLabel = (TextView) view.findViewById(R.id.tile_label); in createLabel()
40 mAppLabel.setAlpha(.6f); in createLabel()
41 mAppLabel.setSingleLine(true); in createLabel()
46 mAppLabel.setVisibility(showAppLabel ? View.VISIBLE : View.GONE); in setShowAppLabel()
54 if (!Objects.equal(label, mAppLabel.getText())) { in setAppLabel()
55 mAppLabel.setText(label); in setAppLabel()
60 return mAppLabel; in getAppLabel()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
DUiccCardApplication.java69 private String mAppLabel; field in UiccCardApplication
101 mAppLabel = as.app_label; in UiccCardApplication()
136 mAppLabel = as.app_label; in update()
604 return mAppLabel; in getAppLabel()
882 pw.println(" mAppLabel=" + mAppLabel); in dump()
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/
DOpenExternalDirectoryActivity.java379 private String mAppLabel; field in OpenExternalDirectoryActivity.OpenExternalDirectoryDialogFragment
395 mAppLabel = args.getString(EXTRA_APP_LABEL); in onCreate()
464 R.string.open_external_dialog_root_request), mAppLabel, mVolumeLabel); in onCreateDialog()
469 mAppLabel, directory, mVolumeLabel); in onCreateDialog()