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

  /sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/repository/
PkgProps.java 34 public static final String PKG_LICENSE = "Pkg.License"; //$NON-NLS-1$
  /sdk/sdkmanager/libs/sdklib/tests/src/com/android/sdklib/internal/repository/
PackageTest.java 135 props.setProperty(PkgProps.PKG_LICENSE, "The License");
  /sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/internal/repository/
Package.java 131 mLicense = getProperty(props, PkgProps.PKG_LICENSE, license);
209 props.setProperty(PkgProps.PKG_LICENSE, mLicense);

Completed in 35 milliseconds