HomeSort by relevance Sort by last modified time
    Searched refs:titleLength (Results 1 - 2 of 2) sorted by null

  /packages/apps/Launcher3/src/com/android/launcher3/allapps/search/
DefaultAppSearchAlgorithm.java 78 int titleLength = title.length();
80 if (titleLength < queryLength || queryLength <= 0) {
88 int end = titleLength - queryLength;
92 nextType = i < (titleLength - 1) ?
  /packages/apps/TV/tuner/src/com/android/tv/tuner/ts/
SectionParser.java     [all...]

Completed in 343 milliseconds