Home
last modified time | relevance | path

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

/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.java52 public void createChannels(Context context) { in createChannels() method in NotificationChannelManager
/packages/services/Telecomm/src/com/android/server/telecom/components/
DTelecomService.java91 notificationChannelManager.createChannels(context); in initializeTelecomSystem()