Searched refs:WIRELESS_DEBUG_PAIRED_DEVICES_ACTION (Results 1 – 4 of 4) sorted by relevance
51 public static final String WIRELESS_DEBUG_PAIRED_DEVICES_ACTION = field in AdbManager
830 if (AdbManager.WIRELESS_DEBUG_PAIRED_DEVICES_ACTION.equals(action)) {883 new IntentFilter(AdbManager.WIRELESS_DEBUG_PAIRED_DEVICES_ACTION); in testBroadcastReceiverWithPermissions()906 new IntentFilter(AdbManager.WIRELESS_DEBUG_PAIRED_DEVICES_ACTION); in testBroadcastReceiverWithoutPermissions()
110 if (AdbManager.WIRELESS_DEBUG_PAIRED_DEVICES_ACTION.equals(action)) {187 mIntentFilter = new IntentFilter(AdbManager.WIRELESS_DEBUG_PAIRED_DEVICES_ACTION); in onCreate()
1393 Intent intent = new Intent(AdbManager.WIRELESS_DEBUG_PAIRED_DEVICES_ACTION); in sendPairedDevicesToUI()