Searched refs:callforwardChannel (Results 1 – 1 of 1) sorted by relevance
89 final NotificationChannel callforwardChannel = new NotificationChannel( in createAll() local93 migrateCallFowardNotificationChannel(context, callforwardChannel); in createAll()107 simChannel, callforwardChannel)); in createAll()167 Context context, @NonNull NotificationChannel callforwardChannel) { in migrateCallFowardNotificationChannel() argument171 callforwardChannel.setSound(deprecatedChannel.getSound(), in migrateCallFowardNotificationChannel()173 callforwardChannel.setVibrationPattern(deprecatedChannel.getVibrationPattern()); in migrateCallFowardNotificationChannel()174 callforwardChannel.enableVibration(deprecatedChannel.shouldVibrate()); in migrateCallFowardNotificationChannel()