Searched refs:TestableInterface (Results 1 – 2 of 2) sorted by relevance
75 private static TestableInterface sDefaultTestableInterface = null;92 public static abstract class TestableInterface { class in InstallLocationUtils104 private synchronized static TestableInterface getDefaultTestableInterface() { in getDefaultTestableInterface()106 sDefaultTestableInterface = new TestableInterface() { in getDefaultTestableInterface()147 int installLocation, long sizeBytes, TestableInterface testInterface) in resolveInstallVolume()167 TestableInterface testableInterface = getDefaultTestableInterface(); in resolveInstallVolume()191 TestableInterface testInterface) throws IOException { in resolveInstallVolume()
108 private static final class MockedInterface extends InstallLocationUtils.TestableInterface {