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

/frameworks/base/core/java/android/webkit/
H A DWebIconDatabase.java34 * and WebView.getIconDatabase() will return a WebIconDatabase object. This
35 * WebIconDatabase object is a single instance and all methods operate on that
38 public final class WebIconDatabase { class
39 private static final String LOGTAG = "WebIconDatabase";
40 // Global instance of a WebIconDatabase
41 private static WebIconDatabase sIconDatabase;
289 * Get the global instance of WebIconDatabase.
290 * @return A single instance of WebIconDatabase. It will be the same
294 public static WebIconDatabase getInstance() {
297 sIconDatabase = new WebIconDatabase();
313 private WebIconDatabase() {} method in class:WebIconDatabase
[all...]

Completed in 54 milliseconds