Searched refs:destinationPrefix (Results 1 – 2 of 2) sorted by relevance
40 fun getDestinationForApp(destinationPrefix: String, intent: Intent): String? { in getDestinationForApp()42 return "$destinationPrefix/$packageName/${UserHandle.myUserId()}" in getDestinationForApp()
83 ?: FRAGMENT_TO_SPA_APP_DESTINATION_PREFIX_MAP[fragmentName]?.let { destinationPrefix -> in <lambda>() method84 getDestinationForApp(destinationPrefix, intent) in <lambda>()