Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/debug/
DIAdbManager.aidl56 void allowWirelessDebugging(boolean alwaysAllow, String bssid); in allowWirelessDebugging() method
/frameworks/base/packages/SystemUI/src/com/android/systemui/wifi/
DWifiDebuggingActivity.java217 service.allowWirelessDebugging(alwaysAllow, mBssid); in onClick()
/frameworks/base/services/core/java/com/android/server/adb/
DAdbService.java351 public void allowWirelessDebugging(boolean alwaysAllow, @NonNull String bssid) { in allowWirelessDebugging() method in AdbService
355 mDebuggingManager.allowWirelessDebugging(alwaysAllow, bssid); in allowWirelessDebugging()
DAdbDebuggingManager.java1697 public void allowWirelessDebugging(boolean alwaysAllow, String bssid) { in allowWirelessDebugging() method in AdbDebuggingManager