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

/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
H A DCachingIconLoader.java48 * @param wrapped IconLoader whose results will be cached.
87 NowOrLater<Drawable.ConstantState> cached = mIconCache.get(drawableId);
89 if (cached != null) Log.d(TAG, "Found icon in cache: " + drawableId);
91 return cached;
/packages/apps/Nfc/src/com/android/nfc/
H A DNfceeAccessControl.java75 * is valid if it is not cached.
79 Boolean cached = mUidCache.get(uid);
80 if (cached != null) {
81 return cached;
/packages/inputmethods/PinyinIME/jni/share/
H A Duserdict.cpp536 bool cached = cache_hit(&searchable, &start, &count); local
537 if (cached) {
550 if (!cached)
572 if (!cached && 0 != fuzzy_compare_spell_id(splids, nchar, &searchable)) {
600 if (!cached) {
699 bool cached = load_cache(&searchable, &start, &count);
700 if (cached) {
723 if (!cached && 0 != fuzzy_compare_spell_id(splids, lemma_len, &searchable))
H A Ddicttrie.cpp399 bool cached = lpi_cache.is_cached(splid); local
411 if (!cached && *lpi_num < lpi_max) {
H A Dmatrixsearch.cpp1409 bool cached = false; local
1411 cached = lpi_cache.is_cached(splid);
1482 if (!cached) {
/packages/apps/Settings/src/com/android/settings/applications/
H A DRunningProcessesView.java188 description.setText(rootView.getContext().getText(R.string.cached));

Completed in 97 milliseconds