Home
last modified time | relevance | path

Searched refs:connectionConsumer (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/services/core/java/com/android/server/am/
DOomAdjusterModernImpl.java1179 BiConsumer<Connection, ProcessRecord> connectionConsumer) { in forEachConnectionLSP() argument
1194 connectionConsumer.accept(cr, service); in forEachConnectionLSP()
1208 connectionConsumer.accept(cr, service); in forEachConnectionLSP()
1223 connectionConsumer.accept(cpc, provider); in forEachConnectionLSP()
1233 BiConsumer<Connection, ProcessRecord> connectionConsumer) { in forEachClientConnectionLSP() argument
1251 connectionConsumer.accept(cr, client); in forEachClientConnectionLSP()
1261 connectionConsumer.accept(conn, conn.client); in forEachClientConnectionLSP()