Searched refs:testInterface (Results 1 – 3 of 3) sorted by relevance
141 int installLocation, long sizeBytes, TestableInterface testInterface) in resolveInstallVolume() argument147 return resolveInstallVolume(context, params, testInterface); in resolveInstallVolume()185 TestableInterface testInterface) throws IOException { in resolveInstallVolume() argument186 final StorageManager storageManager = testInterface.getStorageManager(context); in resolveInstallVolume()187 final boolean forceAllowOnExternal = testInterface.getForceAllowOnExternalSetting(context); in resolveInstallVolume()189 testInterface.getAllow3rdPartyOnInternalConfig(context); in resolveInstallVolume()192 ApplicationInfo existingInfo = testInterface.getExistingAppInfo(context, in resolveInstallVolume()
62 public void testInterface() { in testInterface() method in Test
60 testInterface(loader); in main()317 static void testInterface(ClassLoader loader) { in testInterface() method in Main