Home
last modified time | relevance | path

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

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