Home
last modified time | relevance | path

Searched refs:createChannels (Results 1 – 4 of 4) sorted by relevance

/packages/modules/Permission/tests/cts/permissionui/src/android/permissionui/cts/
DNotificationPermissionTest.kt153 launchApp(createChannels = false) in notificationPromptDoesNotShowForLegacyAppWithNoNotificationChannels_onLaunch()
223 launchApp(startSecondActivity = true, createChannels = false) in notificationPromptShownForChannelCreateInSecondActivityIfTaskStartWasLauncher()
230 launchApp(intentAction = INTENT_ACTION, startSecondActivity = true, createChannels = false) in notificationPromptNotShownForChannelCreateInSecondActivityIfTaskStartWasntLauncher()
307 launchApp(createChannels = false, requestPermissions = true) in mergeNotificationRequestIntoAppPermissionRequestAndVerifyResult()
311 val intent = createIntent(createChannels = true, intentAction = BROADCAST_ACTION) in mergeNotificationRequestIntoAppPermissionRequestAndVerifyResult()
330 launchApp(createChannels = false, requestNotificationPermission = true) in legacyAppCannotExplicitlyRequestNotifications()
352 createChannels: Boolean = true, in createIntent()
368 intent.putExtra(EXTRA_CREATE_CHANNELS, createChannels) in createIntent()
378 createChannels: Boolean = true, in launchApp()
389 createChannels, in launchApp()
/packages/apps/TV/tests/common/src/com/android/tv/testing/testdata/
DTestData.java43 protected abstract List<ChannelInfo> createChannels(Context context); in createChannels() method in TestData
46 channelList = createChannels(context); in init()
77 protected List<ChannelInfo> createChannels(Context context) {
/packages/services/Telecomm/src/com/android/server/telecom/ui/
DNotificationChannelManager.java53 public void createChannels(Context context) { in createChannels() method in NotificationChannelManager
/packages/services/Telecomm/src/com/android/server/telecom/components/
DTelecomService.java111 notificationChannelManager.createChannels(context);