Searched refs:WIRELESS_DEBUG_PAIRED_DEVICES_ACTION (Results 1 – 3 of 3) sorted by relevance
51 public static final String WIRELESS_DEBUG_PAIRED_DEVICES_ACTION = field in AdbManager
933 if (AdbManager.WIRELESS_DEBUG_PAIRED_DEVICES_ACTION.equals(action)) {986 new IntentFilter(AdbManager.WIRELESS_DEBUG_PAIRED_DEVICES_ACTION); in testBroadcastReceiverWithPermissions()1009 new IntentFilter(AdbManager.WIRELESS_DEBUG_PAIRED_DEVICES_ACTION); in testBroadcastReceiverWithoutPermissions()
1472 Intent intent = new Intent(AdbManager.WIRELESS_DEBUG_PAIRED_DEVICES_ACTION); in sendPairedDevicesToUI()