HomeSort by relevance Sort by last modified time
    Searched defs:iconPath (Results 1 - 11 of 11) sorted by null

  /frameworks/base/core/java/android/content/pm/
UserInfo.java 84 public String iconPath;
98 public UserInfo(int id, String name, String iconPath, int flags) {
102 this.iconPath = iconPath;
143 iconPath = orig.iconPath;
170 dest.writeString(iconPath);
193 iconPath = source.readString();
  /frameworks/base/services/core/java/com/android/server/pm/
UserManagerService.java 448 if (info.iconPath == null) {
451 return BitmapFactory.decodeFile(info.iconPath);
584 info.iconPath = file.getAbsolutePath();
793 if (userInfo.iconPath != null) {
794 serializer.attribute(null, ATTR_ICON_PATH, userInfo.iconPath);
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.app_1.3.1.R36x_v20100803.jar 
org.eclipse.ui.workbench_3.6.1.M20101117-0800.jar 
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 
org.eclipse.ui.ide_3.6.2.M20101117-0800.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.equinox.app_1.3.100.v20130327-1442.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.app_1.3.100.v20130327-1442.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.ui.workbench_3.6.2.M20110210-1200.jar 
  /prebuilts/tools/linux-x86/swt/
swt.jar 
  /prebuilts/tools/linux-x86_64/swt/
swt.jar 

Completed in 343 milliseconds