Home
last modified time | relevance | path

Searched refs:WIRELESS_DEBUG_PAIRING_RESULT_ACTION (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/java/android/debug/
DAdbManager.java62 public static final String WIRELESS_DEBUG_PAIRING_RESULT_ACTION = field in AdbManager
/frameworks/base/services/core/java/com/android/server/adb/
DAdbDebuggingManager.java1342 Intent intent = new Intent(AdbManager.WIRELESS_DEBUG_PAIRING_RESULT_ACTION); in onPairingResult()
1346 Intent intent = new Intent(AdbManager.WIRELESS_DEBUG_PAIRING_RESULT_ACTION); in onPairingResult()
1367 Intent intent = new Intent(AdbManager.WIRELESS_DEBUG_PAIRING_RESULT_ACTION); in sendPairingPortToUI()
1384 Intent intent = new Intent(AdbManager.WIRELESS_DEBUG_PAIRING_RESULT_ACTION); in updateUIPairCode()