Searched refs:mAppLabel (Results 1 – 2 of 2) sorted by relevance
28 private TextView mAppLabel; field in CustomizeTileView38 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()
69 private String mAppLabel; field in UiccCardApplication101 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()