Searched refs:testInterface (Results 1 – 3 of 3) sorted by relevance
142 int installLocation, long sizeBytes, TestableInterface testInterface) in resolveInstallVolume() argument148 return resolveInstallVolume(context, params, testInterface); in resolveInstallVolume()169 TestableInterface testInterface) throws IOException { in resolveInstallVolume() argument170 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()
62 public void testInterface() { in testInterface() method in Test
96 fun testInterface() { in <lambda>() method in androidx.room.processor.DaoProcessorTest