HomeSort by relevance Sort by last modified time
    Searched refs:appTitle (Results 1 - 4 of 4) sorted by null

  /frameworks/base/packages/SystemUI/src/com/android/systemui/recent/
RecentsHorizontalScrollView.java 151 final View appTitle = view.findViewById(R.id.app_label);
152 appTitle.setContentDescription(" ");
153 appTitle.setOnTouchListener(noOpListener);
RecentsVerticalScrollView.java 155 final View appTitle = view.findViewById(R.id.app_label);
156 appTitle.setContentDescription(" ");
157 appTitle.setOnTouchListener(noOpListener);
  /packages/apps/Settings/src/com/android/settings/
DataUsageSummary.java 823 TextView appTitle = (TextView) title.findViewById(R.id.app_title);
824 appTitle.setText(label);
825 appTitle.setContentDescription(contentDescription)
    [all...]
  /packages/apps/PackageInstaller/src/com/android/packageinstaller/
PackageInstallerActivity.java 267 CharSequence appTitle = mPm.getApplicationLabel(mPkgInfo.applicationInfo);
269 appTitle.toString());

Completed in 100 milliseconds