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

  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
CachingIconLoader.java 66 storeInIconCache(drawableId, newEntry);
78 storeInIconCache(drawableId, newEntry);
94 private synchronized void storeInIconCache(String resourceUri, Entry drawable) {
  /frameworks/base/core/java/android/widget/
SuggestionsAdapter.java 534 storeInIconCache(drawableUri, drawable);
544 storeInIconCache(drawableId, drawable);
601 private void storeInIconCache(String resourceUri, Drawable drawable) {
  /frameworks/support/v7/appcompat/src/android/support/v7/widget/
SuggestionsAdapter.java 494 storeInIconCache(drawableUri, drawable);
504 storeInIconCache(drawableId, drawable);
561 private void storeInIconCache(String resourceUri, Drawable drawable) {

Completed in 101 milliseconds