Searched refs:onAllConnectionsIdle (Results 1 – 1 of 1) sorted by relevance
1088 Looper looper, long timeoutMs, Runnable onAllConnectionsIdle) { in setupIdleConnectionHandler() argument1091 new IdleConnectionHandler(looper, timeoutMs, onAllConnectionsIdle); in setupIdleConnectionHandler()1283 IdleConnectionHandler(Looper looper, long timeout, Runnable onAllConnectionsIdle) { in IdleConnectionHandler() argument1286 this.mOnAllConnectionsIdle = onAllConnectionsIdle; in IdleConnectionHandler()