Home
last modified time | relevance | path

Searched refs:createArgsFromLastTestRun (Results 1 – 3 of 3) sorted by relevance

/cts/hostsidetests/blobstore/src/com/android/cts/host/blob/
DDataCleanupTest.java33 final Map<String, String> args = createArgsFromLastTestRun(); in testPackageUninstall_openSession()
46 final Map<String, String> args = createArgsFromLastTestRun(); in testPackageUninstall_openBlob()
59 final Map<String, String> args = createArgsFromLastTestRun(); in testPackageUninstallAndReboot_openSession()
74 final Map<String, String> args = createArgsFromLastTestRun(); in testPackageUninstallAndReboot_openBlob()
DBlobStoreMultiUserTest.java82 final Map<String, String> args = createArgsFromLastTestRun(); in testCreateAndOpenSession()
97 args = createArgsFromLastTestRun(); in testCommitAndOpenBlob()
112 Map<String, String> argsFromLastTestRun = createArgsFromLastTestRun(); in testBlobAccessAcrossUsers_withTestOnlyApp()
136 Map<String, String> argsFromLastTestRun = createArgsFromLastTestRun(); in testBlobAccessAcrossUsers_withAssistRole()
163 Map<String, String> argsFromLastTestRun = createArgsFromLastTestRun(); in testBlobAccessAcrossUsers_recommit()
186 Map<String, String> argsFromLastTestRun = createArgsFromLastTestRun(); in testBlobAccessAcrossUsers_withDifferentApps()
DBaseBlobStoreHostTest.java128 protected Map<String, String> createArgsFromLastTestRun() { in createArgsFromLastTestRun() method in BaseBlobStoreHostTest