You cannot access the UI/Main Handler because it's a internal implementation detail of the Android framework.
Handler
In ActivityThread (around line 401) you’ll find:
ActivityThread
@UnsupportedAppUsage final H mH = new H();