Searched refs:channelGroup (Results 1 – 4 of 4) sorted by relevance
/packages/modules/StatsD/tests/apps/statsdapp/src/com/android/server/cts/device/statsd/ |
D | StatsdCtsForegroundActivity.java | 166 NotificationChannelGroup channelGroup = new NotificationChannelGroup("StatsdCtsGroup", in doCreateChannelGroup() local 168 channelGroup.setDescription("StatsdCtsGroup Description"); in doCreateChannelGroup() 169 nm.createNotificationChannelGroup(channelGroup); in doCreateChannelGroup()
|
/packages/apps/Settings/tests/robotests/src/com/android/settings/notification/app/ |
D | NotificationPreferenceControllerTest.java | 269 NotificationChannelGroup channelGroup = mock(NotificationChannelGroup.class); in testIsChannelGroupBlockable_postMigration_locked() local 270 mController.onResume(appRow, null, channelGroup, null, null, null, null); in testIsChannelGroupBlockable_postMigration_locked() 280 NotificationChannelGroup channelGroup = mock(NotificationChannelGroup.class); in testIsChannelGroupBlockable_postMigration_locked_butChannelGroupOff() local 281 when(channelGroup.isBlocked()).thenReturn(true); in testIsChannelGroupBlockable_postMigration_locked_butChannelGroupOff() 282 mController.onResume(appRow, null, channelGroup, null, null, null, null); in testIsChannelGroupBlockable_postMigration_locked_butChannelGroupOff()
|
/packages/apps/Settings/src/com/android/settings/notification/app/ |
D | AppChannelsBypassingDndPreferenceController.java | 147 for (NotificationChannelGroup channelGroup : mChannelGroupList) { in loadAppChannels() 148 for (NotificationChannel channel : channelGroup.getChannels()) { in loadAppChannels() 152 mChannelGroupNames.put(channel, channelGroup.getName().toString()); in loadAppChannels()
|
/packages/modules/NeuralNetworks/runtime/test/fuzzing/operation_signatures/ |
D | Convolutions.cpp | 535 RandomVariable channelGroup = RandomVariableType::FREE; in groupedConv2DExplicitConstructor() local 537 op->inputs[0]->dimensions = {RandomVariableType::FREE, numGroups * channelGroup, in groupedConv2DExplicitConstructor() 541 RandomVariableType::FREE, numGroups * channelGroup}; in groupedConv2DExplicitConstructor() 546 RandomVariableType::FREE, channelGroup}; in groupedConv2DExplicitConstructor() 587 RandomVariable channelGroup = RandomVariableType::FREE; in groupedConv2DImplicitConstructor() local 589 op->inputs[0]->dimensions = {RandomVariableType::FREE, numGroups * channelGroup, in groupedConv2DImplicitConstructor() 593 RandomVariableType::FREE, numGroups * channelGroup}; in groupedConv2DImplicitConstructor() 598 RandomVariableType::FREE, channelGroup}; in groupedConv2DImplicitConstructor()
|