Searched refs:applyPrefixFilter (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Settings/src/com/android/settings/applications/
H A DManageApplications.java575 = applyPrefixFilter(constraint, mBaseEntries);
683 mEntries = applyPrefixFilter(mCurFilterPrefix, mBaseEntries);
700 ArrayList<ApplicationsState.AppEntry> applyPrefixFilter(CharSequence prefix, method in class:ManageApplications.ApplicationsAdapter
737 mEntries = applyPrefixFilter(mCurFilterPrefix, mBaseEntries);

Completed in 28 milliseconds