Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/com/android/internal/content/
H A DPackageHelper.java141 int installLocation, long sizeBytes, TestableInterface testInterface) in resolveInstallVolume() argument
147 return resolveInstallVolume(context, params, testInterface); in resolveInstallVolume()
185 TestableInterface testInterface) throws IOException { in resolveInstallVolume() argument
186 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()
/aosp12/frameworks/base/core/tests/hosttests/test-apps/MultiDexLegacyTestApp/src/com/android/multidexlegacytestapp/
H A DTest.java62 public void testInterface() { in testInterface() method in Test
/aosp12/art/test/068-classloader/src/
H A DMain.java60 testInterface(loader); in main()
317 static void testInterface(ClassLoader loader) { in testInterface() method in Main