Lines Matching defs:label
1665 CharSequence label = pm.getApplicationLabel(info);1666 if (label != null && label.length() != 0) {1667 launchButton.setText(label);1669 // No icon && no label. Hide button?