Searched refs:mAdbPortProp (Results 1 – 1 of 1) sorted by relevance
293 private final String mAdbPortProp = "service.adb.tls.port"; field in AdbDebuggingManager.AdbConnectionPortPoller316 int port = SystemProperties.getInt(mAdbPortProp, Integer.MAX_VALUE); in run()