HomeSort by relevance Sort by last modified time
    Searched full:static_part (Results 1 - 1 of 1) sorted by null

  /packages/apps/Browser/src/com/android/browser/homepages/
Template.java 190 String static_part = template.substring(start, m.start()); local
191 if (static_part.length() > 0) {
192 mTemplate.add(new StringEntity(static_part));
212 String static_part = template.substring(start, template.length()); local
213 if (static_part.length() > 0) {
214 mTemplate.add(new StringEntity(static_part));

Completed in 162 milliseconds