Searched defs:getDeepLinkRedirectIntent (Results 1 – 4 of 4) sorted by relevance
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/module/ | ||
D | Injector.kt | 66 fun getDeepLinkRedirectIntent(context: Context, uri: Uri): Intent in getApplicationCoroutineScope() method |
D | WallpaperPicker2Injector.kt | 145 override fun getDeepLinkRedirectIntent(context: Context, uri: Uri): Intent { in getDeepLinkRedirectIntent() method in com.android.wallpaper.module.WallpaperPicker2Injector |
/packages/apps/WallpaperPicker2/tests/common/src/com/android/wallpaper/testing/ | ||
D | TestInjector.kt | 135 override fun getDeepLinkRedirectIntent(context: Context, uri: Uri): Intent { in getDeepLinkRedirectIntent() method in com.android.wallpaper.testing.TestInjector |
/packages/apps/ThemePicker/src/com/android/customization/module/ | ||
D | ThemePickerInjector.kt | 162 override fun getDeepLinkRedirectIntent(context: Context, uri: Uri): Intent { in <lambda>() method in com.android.customization.module.ThemePickerInjector |