Home
last modified time | relevance | path

Searched refs:queryTextLower (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/allapps/search/
DDefaultAppSearchAlgorithm.java63 final String queryTextLower = query.toLowerCase(); in getTitleMatchResult() local
67 if (matches(info, queryTextLower, matcher)) { in getTitleMatchResult()