Searched refs:packageNameTextView (Results 1 – 1 of 1) sorted by relevance
101 TextView packageNameTextView = (TextView) findViewById(R.id.package_name); in buildLayout() local102 packageNameTextView.setText(packageManager.getApplicationLabel(applicationInfo)); in buildLayout()