Home
last modified time | relevance | path

Searched refs:allowWirelessDebugging (Results 1 – 5 of 5) 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.java334 public void allowWirelessDebugging(boolean alwaysAllow, @NonNull String bssid) { in allowWirelessDebugging() method in AdbService
338 mDebuggingManager.allowWirelessDebugging(alwaysAllow, bssid); in allowWirelessDebugging()
DAdbDebuggingManager.java1659 public void allowWirelessDebugging(boolean alwaysAllow, String bssid) { in allowWirelessDebugging() method in AdbDebuggingManager
/frameworks/base/packages/SystemUI/src/com/android/systemui/wifi/
DWifiDebuggingActivity.java217 service.allowWirelessDebugging(alwaysAllow, mBssid); in onClick()
/frameworks/base/services/
Dart-profile5497 PLcom/android/server/adb/AdbDebuggingManager;->allowWirelessDebugging(ZLjava/lang/String;)V
5540 PLcom/android/server/adb/AdbService;->allowWirelessDebugging(ZLjava/lang/String;)V