Home | History | Annotate | Download | only in gle2

Lines Matching refs:ID_PREFIX

20 import static com.android.SdkConstants.ID_PREFIX;
502 } else if (id.startsWith(ID_PREFIX)) {
503 seen.add(id.substring(ID_PREFIX.length()).toLowerCase(Locale.US));
747 if (id.startsWith(ID_PREFIX)) {
748 id = NEW_ID_PREFIX + id.substring(ID_PREFIX.length());
768 } else if (id.startsWith(ID_PREFIX)) {
769 id = NEW_ID_PREFIX + id.substring(ID_PREFIX.length());