Home
last modified time | relevance | path

Searched refs:StaticMethodNotImplementedException (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/
DBridge.java76 public static class StaticMethodNotImplementedException extends RuntimeException { class in Bridge
79 public StaticMethodNotImplementedException(String msg) { in StaticMethodNotImplementedException() method in Bridge.StaticMethodNotImplementedException
241 throw new StaticMethodNotImplementedException(signature); in init()