Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/am/
DProcessList.java452 private static LmkdConnection sLmkdConnection = null; field in ProcessList
766 if (!sLmkdConnection.connect()) { in handleMessage()
814 sLmkdConnection = new LmkdConnection(sKillThread.getLooper().getQueue(), in init()
1522 if (!sLmkdConnection.isConnected()) {
1528 if (!sLmkdConnection.waitForConnection(3 * LMKD_RECONNECT_DELAY_MS)) {
1533 return sLmkdConnection.exchange(buf, repl);