Home
last modified time | relevance | path

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

/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/
DBridge.java80 public static class StaticMethodNotImplementedException extends RuntimeException { class in Bridge
83 public StaticMethodNotImplementedException(String msg) { in StaticMethodNotImplementedException() method in Bridge.StaticMethodNotImplementedException
187 throw new StaticMethodNotImplementedException(signature); in init()