Searched defs:license (Results 1 – 6 of 6) sorted by relevance
32 private final License license; field in LicenseSideFragment.LicenseActionItem34 public LicenseActionItem(License license) { in LicenseActionItem()
46 public static LicenseDialogFragment newInstance(License license) { in newInstance()
82 public static String getLicenseText(Context context, License license) { in getLicenseText()
56 final String license = IOUtils.toString(input, "UTF-8"); in onCreate() local
35 License license = getIntent().getParcelableExtra(LicenseMenuActivity.ARGS_LICENSE); in onCreate() local
64 public static String getLicenseText(Context context, License license) { in getLicenseText()