Home
last modified time | relevance | path

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

/cts/tests/tests/content/src/android/content/pm/cts/
DPackageManagerShellCommandInstallTest.java215 public int mDataLoaderType; field in PackageManagerShellCommandInstallTest
317 assumeFalse(mDataLoaderType == DATA_LOADER_TYPE_INCREMENTAL in onBefore()
320 mStreaming = mDataLoaderType != DATA_LOADER_TYPE_NONE; in onBefore()
321 mIncremental = mDataLoaderType == DATA_LOADER_TYPE_INCREMENTAL; in onBefore()
325 mInstall = mDataLoaderType == DATA_LOADER_TYPE_NONE ? " install " : in onBefore()
326 mDataLoaderType == DATA_LOADER_TYPE_STREAMING ? " install-streaming " : in onBefore()
2062 assertEquals(mDataLoaderType, dataLoaderType.get()); in testPackageVerifierAllow()
2087 assertEquals(mDataLoaderType, dataLoaderType.get()); in testPackageVerifierAllowTwoVerifiers()
2110 assertEquals(mDataLoaderType, dataLoaderType.get()); in testPackageVerifierReject()
2144 assertEquals(mDataLoaderType, dataLoaderType.get()); in testPackageSufficientVerifierReject()
[all …]