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

  /packages/apps/Browser/src/com/android/browser/
SnapshotTab.java 170 static final int SNAPSHOT_FAVICON = 3;
209 byte[] favicon = result.getBlob(SNAPSHOT_FAVICON);
BrowserSnapshotPage.java 74 private static final int SNAPSHOT_FAVICON = 4;
172 item.setFavicon(getBitmap(cursor, SNAPSHOT_FAVICON));

Completed in 1876 milliseconds