MCPcopy Create free account
hub / github.com/FeJQ/AUPK / GcIdler

Class GcIdler

frameworks/base/core/java/android/app/ActivityThread.java:1817–1823  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected