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

/frameworks/base/core/java/android/webkit/
H A DWebIconDatabase.java25 * and WebView.getIconDatabase() will return a WebIconDatabase object. This
26 * WebIconDatabase object is a single instance and all methods operate on that
29 public class WebIconDatabase { class
99 * Get the global instance of WebIconDatabase.
100 * @return A single instance of WebIconDatabase. It will be the same
104 public static WebIconDatabase getInstance() {
112 protected WebIconDatabase() {} method in class:WebIconDatabase

Completed in 42 milliseconds