Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/customize/
DCustomizeTileView.java28 private TextView mAppLabel; field in CustomizeTileView
38 mAppLabel = findViewById(R.id.app_label); in createLabel()
39 mAppLabel.setAlpha(.6f); in createLabel()
43 mAppLabel.setVisibility(showAppLabel ? View.VISIBLE : View.GONE); in setShowAppLabel()
48 if (!Objects.equal(label, mAppLabel.getText())) { in setAppLabel()
49 mAppLabel.setText(label); in setAppLabel()
54 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()