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/
DInstallLocationUtils.java147 int installLocation, long sizeBytes, TestableInterface testInterface) in resolveInstallVolume() argument
153 return resolveInstallVolume(context, params, testInterface); in resolveInstallVolume()
191 TestableInterface testInterface) throws IOException { in resolveInstallVolume() argument
192 final StorageManager storageManager = testInterface.getStorageManager(context); in resolveInstallVolume()
193 final boolean forceAllowOnExternal = testInterface.getForceAllowOnExternalSetting(context); in resolveInstallVolume()
195 testInterface.getAllow3rdPartyOnInternalConfig(context); in resolveInstallVolume()
198 ApplicationInfo existingInfo = testInterface.getExistingAppInfo(context, in resolveInstallVolume()
/frameworks/base/core/tests/hosttests/test-apps/MultiDexLegacyTestApp/src/com/android/multidexlegacytestapp/
DTest.java63 public void testInterface() { in testInterface() method in Test