Home
last modified time | relevance | path

Searched refs:channelGroup (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/services/core/java/com/android/server/notification/
DNotificationChannelLogger.java86 default void logNotificationChannelGroup(@NonNull NotificationChannelGroup channelGroup, in logNotificationChannelGroup() argument
89 channelGroup, uid, pkg, wasBlocked); in logNotificationChannelGroup() local
98 default void logNotificationChannelGroupDeleted(@NonNull NotificationChannelGroup channelGroup, in logNotificationChannelGroupDeleted() argument
101 channelGroup, uid, pkg, false); in logNotificationChannelGroupDeleted()
136 @NonNull NotificationChannelGroup channelGroup, int uid, String pkg, in logNotificationChannelGroup() argument
248 static int getImportance(@NonNull NotificationChannelGroup channelGroup) { in getImportance() argument
249 return getImportance(channelGroup.isBlocked()); in getImportance()
DNotificationChannelLoggerImpl.java49 NotificationChannelGroup channelGroup, int uid, String pkg, boolean wasBlocked) { in logNotificationChannelGroup() argument
54 /* int32 channel_id_hash */ NotificationChannelLogger.getIdHash(channelGroup), in logNotificationChannelGroup()
56 /* int importance*/ NotificationChannelLogger.getImportance(channelGroup)); in logNotificationChannelGroup()
DPreferencesHelper.java1292 NotificationChannelGroup channelGroup = r.groups.remove(groupId); in deleteNotificationChannelGroup() local
1293 if (channelGroup != null) { in deleteNotificationChannelGroup()
1294 mNotificationChannelLogger.logNotificationChannelGroupDeleted(channelGroup, uid, in deleteNotificationChannelGroup()
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DNotificationChannelLoggerFake.java51 NotificationChannelGroup channelGroup, int uid, String pkg, boolean wasBlocked) { in logNotificationChannelGroup() argument
/frameworks/ml/nn/runtime/test/fuzzing/operation_signatures/
DConvolutions.cpp535 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()