Searched refs:setApkPath (Results 1 – 4 of 4) sorted by relevance
115 sut.setApkPath(createApkPathWithSplitApks()); in startAndAssertAppNoCrash_noCrashDetected_doesNotThrow()130 sut.setApkPath(createApkPathWithSplitApks()); in startAndAssertAppNoCrash_dropboxEntriesDetected_throws()145 sut.setApkPath(createApkPathWithSplitApks()); in startAndAssertAppNoCrash_crawlerExceptionIsThrown_throws()161 sut.setApkPath(createApkPathWithSplitApks()); in start_screenRecordEnabled_screenIsRecorded()173 sut.setApkPath(createApkPathWithSplitApks()); in start_screenRecordDisabled_screenIsNotRecorded()185 sut.setApkPath(createApkPathWithSplitApks()); in start_collectGmsVersionEnabled_versionIsCollected()196 sut.setApkPath(createApkPathWithSplitApks()); in start_collectGmsVersionDisabled_versionIsNotCollected()207 sut.setApkPath(createApkPathWithSplitApks()); in start_collectAppVersionEnabled_versionIsCollected()218 sut.setApkPath(createApkPathWithSplitApks()); in start_collectAppVersionDisabled_versionIsNotCollected()229 sut.setApkPath(createApkPathWithSplitApks()); in start_withSplitApksDirectory_doesNotThrowException()[all …]
200 mCrawler.setApkPath(mRepackApk.toPath()); in setApkForEspressoMode()
204 mCrawler.setApkPath(mRepackApk.toPath()); in setApkForEspressoMode()
675 public void setApkPath(Path apkRoot) { in setApkPath() method in AppCrawlTester