使用集合让一切井井有条
根据您的偏好保存内容并对其进行分类。
ModulePusher
public
class
ModulePusher
extends Object
java.lang.Object 中
|
↳ |
com.android.tradefed.targetprep.ModulePusher
|
摘要
公共方法 |
void
|
installModules(ImmutableMultimap<String, File> moduleFiles, boolean factoryReset, boolean disablePackageCache)
通过 adb push 将 moduleFiles 安装到设备。
|
字段
LINE_BREAK
public static final String LINE_BREAK
公共构造函数
ModulePusher
public ModulePusher (ITestDevice device,
long waitTimeMs,
long delayWaitingTimeMs)
参数 |
device |
ITestDevice |
waitTimeMs |
long |
delayWaitingTimeMs |
long |
公共方法
installModules
public void installModules (ImmutableMultimap<String, File> moduleFiles,
boolean factoryReset,
boolean disablePackageCache)
通过 adb push 将 moduleFiles
安装到设备。
参数 |
moduleFiles |
ImmutableMultimap :从软件包名称到软件包文件的多重映射。在拆分的情况下,
基础软件包应该是迭代顺序的第一个。 |
factoryReset |
boolean :如果通过恢复出厂设置重新加载。 |
disablePackageCache |
boolean |
受保护的方法
checkApexActivated 已激活
protected void checkApexActivated (ITestDevice device,
modules)
检查是否所有顶端都已激活。
参数 |
device |
ITestDevice :正在测试。 |
modules |
|
getApexPathUnderSystem
protected Path getApexPathUnderSystem (ITestDevice device,
String packageName)
参数 |
device |
ITestDevice |
packageName |
String |
getModulesFailToActivate
protected getModulesFailToActivate ( toInstall,
activatedApexes)
获取未能激活的模块。
参数 |
toInstall |
|
activatedApexes |
:设备上活跃顶点的集合 |
返回 |
|
一个列表,其中包含未激活的输入 APEX 模块的 apexinfo。 |
getPathsOnDevice
protected String[] getPathsOnDevice (ITestDevice device,
String packageName)
获取设备上软件包的安装文件路径。
参数 |
device |
ITestDevice :正在测试 |
packageName |
String :模块的 |
getPreloadPaths
protected Path[] getPreloadPaths (ITestDevice device,
File[] moduleFiles,
String packageName,
int apiLevel)
获取设备上的预加载软件包的路径。
对于拆分的软件包,返回软件包 dir 的路径,后跟文件的路径。如
返回的大小始终为 >在本例中为 1。对于非拆分软件包,只需
返回预加载安装文件的路径。
参数 |
device |
ITestDevice :正在测试 |
moduleFiles |
File :要安装的本地模块文件 |
packageName |
String :模块的 |
apiLevel |
设备的 int : |
parsePackageVersionCodes
protected ImmutableMap<String, String> parsePackageVersionCodes (String output)
解析“package:{key} versionCode:{value}”的行转换为地图
返回 |
ImmutableMap<String, String> |
|
setupDevice
protected void setupDevice (ITestDevice device)
先执行 adb root 命令并重新装载设备,然后再在 /system 下推送文件
waitForDeviceToBeResponsive
protected void waitForDeviceToBeResponsive (long waitTime)
本页面上的内容和代码示例受内容许可部分所述许可的限制。Java 和 OpenJDK 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2024-08-20。
[{
"type": "thumb-down",
"id": "missingTheInformationINeed",
"label":"没有我需要的信息"
},{
"type": "thumb-down",
"id": "tooComplicatedTooManySteps",
"label":"太复杂/步骤太多"
},{
"type": "thumb-down",
"id": "outOfDate",
"label":"内容需要更新"
},{
"type": "thumb-down",
"id": "translationIssue",
"label":"翻译问题"
},{
"type": "thumb-down",
"id": "samplesCodeIssue",
"label":"示例/代码问题"
},{
"type": "thumb-down",
"id": "otherDown",
"label":"其他"
}]
[{
"type": "thumb-up",
"id": "easyToUnderstand",
"label":"易于理解"
},{
"type": "thumb-up",
"id": "solvedMyProblem",
"label":"解决了我的问题"
},{
"type": "thumb-up",
"id": "otherUp",
"label":"其他"
}]
{"lastModified": "\u6700\u540e\u66f4\u65b0\u65f6\u95f4 (UTC)\uff1a2024-08-20\u3002"}
[[["易于理解","easyToUnderstand","thumb-up"],["解决了我的问题","solvedMyProblem","thumb-up"],["其他","otherUp","thumb-up"]],[["没有我需要的信息","missingTheInformationINeed","thumb-down"],["太复杂/步骤太多","tooComplicatedTooManySteps","thumb-down"],["内容需要更新","outOfDate","thumb-down"],["翻译问题","translationIssue","thumb-down"],["示例/代码问题","samplesCodeIssue","thumb-down"],["其他","otherDown","thumb-down"]],["最后更新时间 (UTC):2024-08-20。"]]