Home
last modified time | relevance | path

Searched refs:launchApp (Results 1 – 9 of 9) sorted by relevance

/packages/modules/Permission/tests/cts/permissionui/src/android/permissionui/cts/
DNotificationPermissionTest.kt135 launchApp() in notificationPromptShowsForLegacyAppAfterCreatingNotificationChannels()
143 launchApp() in notificationPromptShowsForLegacyAppWithNotificationChannelsOnStart()
145 launchApp() in notificationPromptShowsForLegacyAppWithNotificationChannelsOnStart()
153 launchApp(createChannels = false) in notificationPromptDoesNotShowForLegacyAppWithNoNotificationChannels_onLaunch()
159 launchApp(launcherCategory = false) in notificationPromptDoesNotShowForNonLauncherIntentCategoryLaunches_onChannelCreate()
167 launchApp() in notificationPromptDoesNotShowForNonLauncherIntentCategoryLaunches_onLaunch()
169 launchApp(launcherCategory = false) in notificationPromptDoesNotShowForNonLauncherIntentCategoryLaunches_onLaunch()
177 launchApp() in notificationPromptDoesNotShowForNonMainIntentActionLaunches_onLaunch()
179 launchApp(intentAction = INTENT_ACTION) in notificationPromptDoesNotShowForNonMainIntentActionLaunches_onLaunch()
186 launchApp(intentAction = INTENT_ACTION) in notificationPromptDoesNotShowForNonMainIntentActionLaunches_onChannelCreate()
[all …]
/packages/apps/Car/Launcher/libs/appgrid/lib/src/com/android/car/carlauncher/repositories/appactions/
DAppLaunchProvider.kt60 protected fun launchApp(context: Context, intent: Intent) { in launch() method
72 launchApp( in launch()
95 launchApp( in launch()
132 launchApp( in launch()
152 launchApp(context, Intent.parseUri(tosIntentName, Intent.URI_ANDROID_APP_SCHEME)) in launch()
169 launchApp(context, it) in launch()
/packages/apps/Car/SystemUI/src/com/android/systemui/car/systembar/
DSystemBarUtil.kt82 fun launchApp(context: Context, intent: Intent, userId: UserHandle) { in launchApp() method
105 launchApp(context, tosIntent, userHandle) in showTosAcceptanceFlow()
/packages/apps/Car/Launcher/libs/appgrid/lib/src/com/android/car/carlauncher/
DAppLauncherUtils.java116 public static void launchApp(Context context, Intent intent) { in launchApp() method in AppLauncherUtils
274 AppLauncherUtils.launchApp(contextArg, in getLauncherApps()
316 AppLauncherUtils.launchApp(contextArg, in getLauncherApps()
361 AppLauncherUtils.launchApp(contextArg, in getLauncherApps()
392 launchApp(contextArg, tosIntent); in getLauncherApps()
DAppGridActivity.java674 AppLauncherUtils.launchApp(v.getContext(), tosIntent); in setupTosBanner()
/packages/apps/Car/Launcher/docklib/src/com/android/car/docklib/view/
DDockItemClickListener.kt39 dockController.launchApp(dockAppItem.component, dockAppItem.isMediaApp) in onClick()
/packages/apps/Car/Launcher/docklib/src/com/android/car/docklib/
DDockInterface.kt55 fun launchApp(componentName: ComponentName, isMediaApp: Boolean) method
DDockViewController.kt206 override fun launchApp(componentName: ComponentName, isMediaApp: Boolean) { in <lambda>() method
/packages/apps/Car/Launcher/libs/appgrid/lib/src/com/android/car/carlauncher/apporder/
DAppOrderController.java240 AppLauncherUtils.launchApp(contextArg, mirroringIntent), in updateMirroringItem()
253 AppLauncherUtils.launchApp(contextArg, intent), in updateMirroringItem()