| java.lang.Object | |
| ↳ | androidx.test.core.content.pm.ApplicationInfoBuilder |
Builder for ApplicationInfo.
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Returns a
ApplicationInfo with the provided data. | |||||||||||
Start building a new
ApplicationInfo. | |||||||||||
Sets the name.
| |||||||||||
Sets the packageName.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|
| |||||||||||
Returns a ApplicationInfo with the provided data.
| Returns | |
|---|---|
ApplicationInfo |
|
Start building a new ApplicationInfo.
| Returns | |
|---|---|
ApplicationInfoBuilder |
a new instance of ApplicationInfoBuilder.
|