Home
last modified time | relevance | path

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

/frameworks/base/services/tests/servicestests/utils/com/android/server/testutils/
DTestHandler.java149 throw propagate(appendCause(t, msg.postPoint)); in dispatch()
159 public final RuntimeException postPoint; field in TestHandler.MsgInfo
164 this.postPoint = new RuntimeException("Message originated from here:"); in MsgInfo()