Searched refs:mConnectionPortPoller (Results 1 – 2 of 2) sorted by relevance
87 private AdbDebuggingManager.AdbConnectionPortPoller mConnectionPortPoller; field in AdbService475 mConnectionPortPoller = in setAdbEnabled()477 mConnectionPortPoller.start(); in setAdbEnabled()482 if (mConnectionPortPoller != null) { in setAdbEnabled()483 mConnectionPortPoller.cancelAndWait(); in setAdbEnabled()484 mConnectionPortPoller = null; in setAdbEnabled()
146 private AdbConnectionPortPoller mConnectionPortPoller; field in AdbDebuggingManager1029 mConnectionPortPoller = in handleMessage()1031 mConnectionPortPoller.start(); in handleMessage()1079 mConnectionPortPoller = in handleMessage()1081 mConnectionPortPoller.start(); in handleMessage()1187 if (mConnectionPortPoller != null) { in handleMessage()1188 mConnectionPortPoller.cancelAndWait(); in handleMessage()1189 mConnectionPortPoller = null; in handleMessage()