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 565 SdkSource currentSource = currentItem.getSource();
568 if (currentSource == newItemSource) {
572 } else if (currentSource != null && newItemSource != null &&
573 !currentSource.getClass().equals(newItemSource.getClass())) {
577 } else if (currentSource != null && currentSource.equals(newItemSource)) {
581 } else if (currentSource == null && currentItem.getState() == PkgState.INSTALLED) {
587 } else if (currentSource != null && currentSource.getUrl().startsWith("file://")) {
597 if (currentSource != null && newItemSource != null)
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/
GraphicsContext3D.cpp     [all...]

Completed in 813 milliseconds