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

  /sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/repository/sdkman2/
PackagesDiffLogic.java 641 SdkSource currentSource = currentItem.getSource();
644 if (currentSource == newItemSource) {
648 } else if (currentSource != null && currentSource.equals(newItemSource)) {
652 } else if (currentSource != null && newItemSource != null &&
653 !currentSource.getClass().equals(newItemSource.getClass())) {
657 } else if (currentSource == null && currentItem.getState() == PkgState.INSTALLED) {
663 } else if (currentSource != null && currentSource.getUrl().startsWith("file://")) {
673 if (currentSource != null && newItemSource != null)
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/
GraphicsContext3D.cpp     [all...]

Completed in 52 milliseconds