Searched refs:convertToDeepLinkHomepageIntent (Results 1 – 3 of 3) sorted by relevance
20 … static com.android.car.settings.deeplink.DeepLinkHomepageActivity.convertToDeepLinkHomepageIntent;53 intentToStart = convertToDeepLinkHomepageIntent(intentToStart); in onCreate()
22 … static com.android.car.settings.deeplink.DeepLinkHomepageActivity.convertToDeepLinkHomepageIntent;103 startActivity(convertToDeepLinkHomepageIntent(getIntent())); in onCreate()
128 public static Intent convertToDeepLinkHomepageIntent(@NonNull Intent targetIntent) { in convertToDeepLinkHomepageIntent() method in DeepLinkHomepageActivity