Searched refs:ARGS_LICENSE (Results 1 – 2 of 2) sorted by relevance
37 static final String ARGS_LICENSE = "license"; field in LicenseMenuActivity62 licenseIntent.putExtra(ARGS_LICENSE, license); in onCreate()
35 License license = getIntent().getParcelableExtra(LicenseMenuActivity.ARGS_LICENSE); in onCreate()