Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/content/
DPackageHelper.java142 int installLocation, long sizeBytes, TestableInterface testInterface) in resolveInstallVolume() argument
148 return resolveInstallVolume(context, params, testInterface); in resolveInstallVolume()
169 TestableInterface testInterface) throws IOException { in resolveInstallVolume() argument
170 final StorageManager storageManager = testInterface.getStorageManager(context); in resolveInstallVolume()
171 final boolean forceAllowOnExternal = testInterface.getForceAllowOnExternalSetting(context); in resolveInstallVolume()
173 testInterface.getAllow3rdPartyOnInternalConfig(context); in resolveInstallVolume()
176 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
/frameworks/support/room/compiler/src/test/kotlin/androidx/room/processor/
DDaoProcessorTest.kt96 fun testInterface() { in <lambda>() method in androidx.room.processor.DaoProcessorTest