Searched defs:WebIconDatabase (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/webkit/
H A DWebIconDatabase.java26 * and WebView.getIconDatabase() will return a WebIconDatabase object. This
27 * WebIconDatabase object is a single instance and all methods operate on that
36 public abstract class WebIconDatabase { class
95 * Get the global instance of WebIconDatabase.
96 * @return A single instance of WebIconDatabase. It will be the same
100 public static WebIconDatabase getInstance() {

Completed in 138 milliseconds