Home
last modified time | relevance | path

Searched refs:LicenseHtmlLoader (Results 1 – 4 of 4) sorted by relevance

/aosp12/packages/apps/Car/Settings/src/com/android/car/settings/system/
H A DLicenseHtmlLoader.java31 public class LicenseHtmlLoader extends AsyncLoader<File> { class
32 private static final Logger LOG = new Logger(LicenseHtmlLoader.class);
49 public LicenseHtmlLoader(Context context) { in LicenseHtmlLoader() method in LicenseHtmlLoader
H A DThirdPartyLicensesActivity.java67 return new LicenseHtmlLoader(this); in onCreateLoader()
/aosp12/frameworks/base/packages/SettingsLib/src/com/android/settingslib/license/
H A DLicenseHtmlLoader.java28 public class LicenseHtmlLoader extends AsyncLoader<File> { class
33 public LicenseHtmlLoader(Context context) { in LicenseHtmlLoader() method in LicenseHtmlLoader
/aosp12/packages/apps/TvSettings/Settings/src/com/android/tv/settings/about/
H A DLicenseActivity.java34 import com.android.settingslib.license.LicenseHtmlLoader;
64 return new LicenseHtmlLoader(this); in onCreateLoader()