Home
last modified time | relevance | path

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

/packages/services/Car/tests/SampleVoiceAssistInputService/src/com/android/car/voiceassist/sample/
DVoiceAssistEventHandler.java70 Intent tosIntent; in launchUserTosRedirectActivity() local
72 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()
/packages/apps/Car/SystemUI/src/com/android/systemui/car/systembar/
DSystemBarUtil.kt95 val tosIntent = getIntentForTosAcceptanceFlow(context, R.string.user_tos_activity_intent) in showTosAcceptanceFlow() constant
97 if (tosIntent == null) { in showTosAcceptanceFlow()
105 launchApp(context, tosIntent, userHandle) in showTosAcceptanceFlow()
/packages/apps/Car/Launcher/libs/appgrid/lib/src/com/android/car/carlauncher/
DAppLauncherUtils.java391 Intent tosIntent = getIntentForTosAcceptanceFlow(contextArg); in getLauncherApps()
392 launchApp(contextArg, tosIntent); in getLauncherApps()
DAppGridActivity.java673 Intent tosIntent = AppLauncherUtils.getIntentForTosAcceptanceFlow(v.getContext()); in setupTosBanner()
674 AppLauncherUtils.launchApp(v.getContext(), tosIntent); in setupTosBanner()