Home
last modified time | relevance | path

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

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