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