Searched refs:AdbTransportType (Results 1 – 9 of 9) sorted by relevance
19 import android.debug.AdbTransportType;30 void onDebuggingChanged(boolean enabled, AdbTransportType type); in onDebuggingChanged()
19 import android.debug.AdbTransportType;23 void onAdbEnabled(boolean enabled, in AdbTransportType type); in onAdbEnabled()
56 if (transportType == AdbTransportType.USB) { in createNotification()59 } else if (transportType == AdbTransportType.WIFI) { in createNotification()
21 enum AdbTransportType { enum
29 import android.debug.AdbTransportType;135 if (transportType == AdbTransportType.USB) { in isAdbEnabled()137 } else if (transportType == AdbTransportType.WIFI) { in isAdbEnabled()214 AdbTransportType.USB)); in onChange()220 AdbTransportType.WIFI)); in onChange()292 mDebuggingManager.setAdbEnabled(mIsAdbUsbEnabled, AdbTransportType.USB); in bootCompleted()293 mDebuggingManager.setAdbEnabled(mIsAdbWifiEnabled, AdbTransportType.WIFI); in bootCompleted()490 if (transportType == AdbTransportType.USB) { in setAdbdEnabledForTransport()492 } else if (transportType == AdbTransportType.WIFI) { in setAdbdEnabledForTransport()509 if (transportType == AdbTransportType.USB && enable != mIsAdbUsbEnabled) { in setAdbEnabled()[all …]
44 import android.debug.AdbTransportType;488 if (transportType == AdbTransportType.USB) { in listenToSocket()494 } else if (transportType == AdbTransportType.WIFI) { in listenToSocket()507 if (transportType == AdbTransportType.USB) { in listenToSocket()513 } else if (transportType == AdbTransportType.WIFI) { in listenToSocket()834 AdbTransportType.WIFI); in showAdbConnectedNotification()1655 if (transportType == AdbTransportType.USB) { in setAdbEnabled()1658 } else if (transportType == AdbTransportType.WIFI) { in setAdbEnabled()
54 AdbTransportType.USB); in testCreateNotification_UsbTransportType()74 AdbTransportType.WIFI); in testCreateNotification_WifiTransportType()
45 import android.debug.AdbTransportType;965 if (transportType == AdbTransportType.USB) { in onAdbEnabled()1470 .isAdbEnabled(AdbTransportType.USB); in isAdbEnabled()1487 AdbTransportType.USB); in updateAdbNotification()2270 .startAdbdForTransport(AdbTransportType.USB); in setUsbConfig()2276 .stopAdbdForTransport(AdbTransportType.USB); in setUsbConfig()
411 "android/debug/AdbTransportType.aidl",