Searched refs:allowWirelessDebugging (Results 1 – 4 of 4) sorted by relevance
56 void allowWirelessDebugging(boolean alwaysAllow, String bssid); in allowWirelessDebugging() method
217 service.allowWirelessDebugging(alwaysAllow, mBssid); in onClick()
351 public void allowWirelessDebugging(boolean alwaysAllow, @NonNull String bssid) { in allowWirelessDebugging() method in AdbService355 mDebuggingManager.allowWirelessDebugging(alwaysAllow, bssid); in allowWirelessDebugging()
1697 public void allowWirelessDebugging(boolean alwaysAllow, String bssid) { in allowWirelessDebugging() method in AdbDebuggingManager