Searched refs:EMPTY_CLASS_NAME (Results 1 – 3 of 3) sorted by relevance
70 public static final String EMPTY_CLASS_NAME = "."; field in BaseIconCache403 ComponentName cn = new ComponentName(packageName, packageName + EMPTY_CLASS_NAME); in getPackageKey()
195 return pkg == null ? null : new ComponentName(pkg, IconCache.EMPTY_CLASS_NAME); in getTargetComponent()
226 } else if (!cn.getClassName().equals(IconCache.EMPTY_CLASS_NAME)) { in execute()