Home
last modified time | relevance | path

Searched refs:getIntentForTosAcceptanceFlow (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Car/SystemUI/src/com/android/systemui/car/systembar/
DSystemBarUtil.kt65 fun getIntentForTosAcceptanceFlow(context: Context, id: Int): Intent? { in getIntentForTosAcceptanceFlow() method
95 val tosIntent = getIntentForTosAcceptanceFlow(context, R.string.user_tos_activity_intent) in showTosAcceptanceFlow()
/packages/apps/Car/Launcher/libs/appgrid/lib/src/com/android/car/carlauncher/
DAppLauncherUtils.java391 Intent tosIntent = getIntentForTosAcceptanceFlow(contextArg); in getLauncherApps()
410 public static Intent getIntentForTosAcceptanceFlow(Context context) { in getIntentForTosAcceptanceFlow() method in AppLauncherUtils
DAppGridActivity.java673 Intent tosIntent = AppLauncherUtils.getIntentForTosAcceptanceFlow(v.getContext()); in setupTosBanner()