Searched refs:EMPTY_COMPONENT (Results 1 – 1 of 1) sorted by relevance
42 private static final ComponentName EMPTY_COMPONENT = new ComponentName("", ""); field in ItemInfoMatcher90 return cn != null ? cn : EMPTY_COMPONENT; in getNonNullComponent()