Searched refs:extraAllowedUrlBase (Results 1 – 1 of 1) sorted by relevance
50 final String extraAllowedUrlBase = getIntent().getStringExtra(EXTRA_ALLOWED_URL_BASE); in onCreate() local60 if (extraAllowedUrlBase != null && url.startsWith(extraAllowedUrlBase)) { in onCreate()