# Class: com.pnfsoftware.jeb.core.units.code.android.adb.AdbDeviceAndPackage

A bundle of [AdbDevice](AdbDevice) and [AdbPackage](AdbPackage).

## Constructor: AdbDeviceAndPackage
- parameter: `device`, type: `com.pnfsoftware.jeb.core.units.code.android.adb.AdbDevice`
- parameter: `pkg`, type: `com.pnfsoftware.jeb.core.units.code.android.adb.AdbPackage`

Description: Create a device/package pair.
parameter: device: Android device
parameter: pkg: Android package

## Method: getDevice
- return type: `com.pnfsoftware.jeb.core.units.code.android.adb.AdbDevice`

Description: Retrieve the device.
return: Android device

## Method: getPackage
- return type: `com.pnfsoftware.jeb.core.units.code.android.adb.AdbPackage`

Description: Retrieve the package.
return: Android package

## Method: toString
- return type: `java.lang.String`


