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.java75 public static class StaticMethodNotImplementedException extends RuntimeException { class in Bridge
78 public StaticMethodNotImplementedException(String msg) { in StaticMethodNotImplementedException() method in Bridge.StaticMethodNotImplementedException
240 throw new StaticMethodNotImplementedException(signature); in init()