Searched refs:getMain (Results 1 – 2 of 2) sorted by relevance
239 public static Handler getMain() { in getMain() method in Handler249 return handler == null ? getMain() : handler; in mainIfNull()
161 Handler.getMain().post(this::cleanup); in binderDied()