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

  /frameworks/base/core/java/android/webkit/
MustOverrideException.java 19 // TODO: Remove MustOverrideException and make all methods throwing it abstract instead;
21 class MustOverrideException extends RuntimeException {
22 MustOverrideException() {
WebHistoryItem.java 45 throw new MustOverrideException();
57 throw new MustOverrideException();
67 throw new MustOverrideException();
77 throw new MustOverrideException();
87 throw new MustOverrideException();
94 throw new MustOverrideException();
WebViewDatabase.java 58 throw new MustOverrideException();
71 throw new MustOverrideException();
83 throw new MustOverrideException();
94 throw new MustOverrideException();
104 throw new MustOverrideException();
113 throw new MustOverrideException();
WebSettings.java 191 throw new MustOverrideException();
204 throw new MustOverrideException();
217 throw new MustOverrideException();
227 throw new MustOverrideException();
237 throw new MustOverrideException();
247 throw new MustOverrideException();
266 throw new MustOverrideException();
276 throw new MustOverrideException();
287 throw new MustOverrideException();
299 throw new MustOverrideException();
    [all...]
CookieManager.java 57 throw new MustOverrideException();
67 throw new MustOverrideException();
81 throw new MustOverrideException();
92 throw new MustOverrideException();
105 throw new MustOverrideException();
118 throw new MustOverrideException();
126 throw new MustOverrideException();
133 throw new MustOverrideException();
142 throw new MustOverrideException();
152 throw new MustOverrideException();
    [all...]
WebBackForwardList.java 40 throw new MustOverrideException();
49 throw new MustOverrideException();
58 throw new MustOverrideException();
66 throw new MustOverrideException();
75 throw new MustOverrideException();
WebIconDatabase.java 56 throw new MustOverrideException();
63 throw new MustOverrideException();
70 throw new MustOverrideException();
80 throw new MustOverrideException();
87 throw new MustOverrideException();
95 throw new MustOverrideException();
103 throw new MustOverrideException();

Completed in 77 milliseconds