Searched refs:tosIntentName (Results 1 – 3 of 3) sorted by relevance
66 val tosIntentName = context.resources.getString(id) in getIntentForTosAcceptanceFlow() constant68 Intent.parseUri(tosIntentName, Intent.URI_ANDROID_APP_SCHEME) in getIntentForTosAcceptanceFlow()
150 val tosIntentName = context.resources.getString(R.string.user_tos_activity_intent) in launch() constant152 launchApp(context, Intent.parseUri(tosIntentName, Intent.URI_ANDROID_APP_SCHEME)) in launch()
411 String tosIntentName = in getIntentForTosAcceptanceFlow() local414 return Intent.parseUri(tosIntentName, Intent.URI_ANDROID_APP_SCHEME); in getIntentForTosAcceptanceFlow()