| java.lang.Object | |
| ↳ | androidx.test.core.content.pm.PackageInfoBuilder |
Builder for PackageInfo.
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Returns a
PackageInfo with the provided data. | |||||||||||
Start building a new
PackageInfo. | |||||||||||
Sets the application info.
| |||||||||||
Sets the package name.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|
| |||||||||||
Start building a new PackageInfo.
| Returns | |
|---|---|
PackageInfoBuilder |
a new instance of PackageInfoBuilder.
|
Sets the application info.
Default is null
| Parameters | |
|---|---|
applicationInfo |
ApplicationInfo |
| Returns | |
|---|---|
PackageInfoBuilder |
|
See also:
Sets the package name.
Default is null.
| Parameters | |
|---|---|
packageName |
String |
| Returns | |
|---|---|
PackageInfoBuilder |
|
See also: