Searched refs:mAppLabel (Results 1 – 3 of 3) sorted by relevance
28 private TextView mAppLabel; field in CustomizeTileView39 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()
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()
379 private String mAppLabel; field in OpenExternalDirectoryActivity.OpenExternalDirectoryDialogFragment395 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()