HomeSort by relevance Sort by last modified time
    Searched refs:TestableInterface (Results 1 - 3 of 3) sorted by null

  /frameworks/base/core/java/com/android/internal/content/
PackageHelper.java 81 private static TestableInterface sDefaultTestableInterface = null;
351 public static abstract class TestableInterface {
367 private synchronized static TestableInterface getDefaultTestableInterface() {
369 sDefaultTestableInterface = new TestableInterface() {
410 int installLocation, long sizeBytes, TestableInterface testInterface)
430 TestableInterface testableInterface = getDefaultTestableInterface();
432 params.sizeBytes, testableInterface);
437 TestableInterface testInterface) throws IOException {
  /frameworks/base/core/tests/coretests/src/android/content/pm/
PackageHelperTests.java 105 private static final class MockedInterface extends PackageHelper.TestableInterface {
  /frameworks/base/
compiled-classes-phone     [all...]

Completed in 55 milliseconds