| 1815 | } |
| 1816 | |
| 1817 | final class GcIdler implements MessageQueue.IdleHandler { |
| 1818 | @Override |
| 1819 | public final boolean queueIdle() { |
| 1820 | doGcIfNeeded(); |
| 1821 | return false; |
| 1822 | } |
| 1823 | } |
| 1824 | |
| 1825 | public static ActivityThread currentActivityThread() { |
| 1826 | return sCurrentActivityThread; |
nothing calls this directly
no outgoing calls
no test coverage detected