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

  /external/jmonkeyengine/engine/src/desktop/com/jme3/app/
SettingsDialog.java 137 String appTitle;
139 appTitle = source.getTitle();
141 appTitle = registrySettings.getTitle();
144 registrySettings.load(appTitle);
436 String appTitle = source.getTitle();
439 source.save(appTitle);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/recent/
RecentsHorizontalScrollView.java 145 final View appTitle = view.findViewById(R.id.app_label);
146 appTitle.setContentDescription(" ");
147 appTitle.setOnTouchListener(noOpListener);
RecentsVerticalScrollView.java 149 final View appTitle = view.findViewById(R.id.app_label);
150 appTitle.setContentDescription(" ");
151 appTitle.setOnTouchListener(noOpListener);
  /packages/apps/PackageInstaller/src/com/android/packageinstaller/
UninstallerActivity.java 80 CharSequence appTitle = mPm.getApplicationLabel(mAppInfo);
82 appTitle.toString());
PackageInstallerActivity.java 171 CharSequence appTitle = mPm.getApplicationLabel(mPkgInfo.applicationInfo);
173 appTitle.toString());

Completed in 621 milliseconds