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 153 final View appTitle = view.findViewById(R.id.app_label);
154 appTitle.setContentDescription(" ");
155 appTitle.setOnTouchListener(noOpListener);
RecentsVerticalScrollView.java 157 final View appTitle = view.findViewById(R.id.app_label);
158 appTitle.setContentDescription(" ");
159 appTitle.setOnTouchListener(noOpListener);
  /packages/apps/PackageInstaller/src/com/android/packageinstaller/
UninstallerActivity.java 83 CharSequence appTitle = mPm.getApplicationLabel(mAppInfo);
85 appTitle.toString());
PackageInstallerActivity.java 262 CharSequence appTitle = mPm.getApplicationLabel(mPkgInfo.applicationInfo);
264 appTitle.toString());

Completed in 111 milliseconds