HomeSort by relevance Sort by last modified time
    Searched full:mremotepackages (Results 1 - 1 of 1) sorted by null

  /sdk/sdkmanager/libs/sdkuilib/tests/com/android/sdkuilib/internal/repository/
UpdaterLogicTest.java 78 private final Package[] mRemotePackages;
82 mRemotePackages = remotePackages;
90 if (mRemotePackages != null) {
91 remotePkgs.addAll(Arrays.asList(mRemotePackages));

Completed in 141 milliseconds