Searched refs:tosIntent (Results 1 – 4 of 4) sorted by relevance
70 Intent tosIntent; in launchUserTosRedirectActivity() local72 tosIntent = Intent.parseUri( in launchUserTosRedirectActivity()79 tosIntent.addFlags(Intent.FLAG_ACTIVITY_NEW_TASK | Intent.FLAG_ACTIVITY_CLEAR_TOP); in launchUserTosRedirectActivity()80 mService.startActivity(tosIntent, options.toBundle()); in launchUserTosRedirectActivity()
95 val tosIntent = getIntentForTosAcceptanceFlow(context, R.string.user_tos_activity_intent) in showTosAcceptanceFlow() constant97 if (tosIntent == null) { in showTosAcceptanceFlow()105 launchApp(context, tosIntent, userHandle) in showTosAcceptanceFlow()
391 Intent tosIntent = getIntentForTosAcceptanceFlow(contextArg); in getLauncherApps()392 launchApp(contextArg, tosIntent); in getLauncherApps()
673 Intent tosIntent = AppLauncherUtils.getIntentForTosAcceptanceFlow(v.getContext()); in setupTosBanner()674 AppLauncherUtils.launchApp(v.getContext(), tosIntent); in setupTosBanner()