Searched refs:wrapImpl (Results 1 – 2 of 2) sorted by relevance
45 static Runnable wrapImpl(WakeLock w, Runnable r) { in wrapImpl() method70 return wrapImpl(this, runnable);
50 return WakeLock.wrapImpl(this, r); in wrap()