Searched refs:launchApp (Results 1 – 9 of 9) sorted by relevance
/packages/modules/Permission/tests/cts/permissionui/src/android/permissionui/cts/ |
D | NotificationPermissionTest.kt | 135 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/ |
D | AppLaunchProvider.kt | 60 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/ |
D | SystemBarUtil.kt | 82 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/ |
D | AppLauncherUtils.java | 116 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()
|
D | AppGridActivity.java | 674 AppLauncherUtils.launchApp(v.getContext(), tosIntent); in setupTosBanner()
|
/packages/apps/Car/Launcher/docklib/src/com/android/car/docklib/view/ |
D | DockItemClickListener.kt | 39 dockController.launchApp(dockAppItem.component, dockAppItem.isMediaApp) in onClick()
|
/packages/apps/Car/Launcher/docklib/src/com/android/car/docklib/ |
D | DockInterface.kt | 55 fun launchApp(componentName: ComponentName, isMediaApp: Boolean) method
|
D | DockViewController.kt | 206 override fun launchApp(componentName: ComponentName, isMediaApp: Boolean) { in <lambda>() method
|
/packages/apps/Car/Launcher/libs/appgrid/lib/src/com/android/car/carlauncher/apporder/ |
D | AppOrderController.java | 240 AppLauncherUtils.launchApp(contextArg, mirroringIntent), in updateMirroringItem() 253 AppLauncherUtils.launchApp(contextArg, intent), in updateMirroringItem()
|