Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/content/
DPackageHelper.java144 int installLocation, long sizeBytes, TestableInterface testInterface) in resolveInstallVolume() argument
150 return resolveInstallVolume(context, params, testInterface); in resolveInstallVolume()
171 TestableInterface testInterface) throws IOException { in resolveInstallVolume() argument
172 final StorageManager storageManager = testInterface.getStorageManager(context); in resolveInstallVolume()
173 final boolean forceAllowOnExternal = testInterface.getForceAllowOnExternalSetting(context); in resolveInstallVolume()
175 testInterface.getAllow3rdPartyOnInternalConfig(context); in resolveInstallVolume()
178 ApplicationInfo existingInfo = testInterface.getExistingAppInfo(context, in resolveInstallVolume()
/frameworks/base/core/tests/hosttests/test-apps/MultiDexLegacyTestApp/src/com/android/multidexlegacytestapp/
DTest.java62 public void testInterface() { in testInterface() method in Test